update front image, update theme and add cartoon

This commit is contained in:
2012-11-11 13:26:50 +01:00
parent 0d5a3995bc
commit 5804d91e8e
20 changed files with 138 additions and 95 deletions
+6
View File
@@ -0,0 +1,6 @@
ul.nav
li[class=(current_page?(controller: 'dashboard', action: 'home') ? :active : nil)]= link_to 'Home', root_path
li= link_to User.model_name.human_plural, user_root_path
li= link_to Supplier.model_name.human_plural, supplier_root_path
li[class=(current_page?(controller: 'dashboard', action: 'enquete') ? :active : nil)]= link_to 'Enquete', enquete_path
li[class=(current_page?(controller: 'dashboard', action: 'cartoon') ? :active : nil)]= link_to 'Cartoon', cartoon_path