end of day commit

This commit is contained in:
2012-08-28 20:08:13 +02:00
parent 0b16614d41
commit 89700f36e9
43 changed files with 896 additions and 26 deletions
+4
View File
@@ -32,6 +32,8 @@ html lang="en"
ul.nav#top-navigation-list
li= link_to t('supplier.menu.active_orders', orders: Order.model_name.human_plural), supplier_active_orders_path
li= link_to t('supplier.menu.active_lists', lists: List.model_name.human_plural), supplier_active_lists_path
li= link_to Section.model_name.human_plural, suppliers_sections_path
li= link_to Table.model_name.human_plural, suppliers_tables_path
.container.nav-collapse
.container
@@ -48,6 +50,8 @@ html lang="en"
.row
.span12
= content_for?(:content) ? yield(:content) : yield
- if content_for?(:row)
.row= yield :row
/!
Javascripts
\==================================================