end of day commit
This commit is contained in:
@@ -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
|
||||
\==================================================
|
||||
|
||||
Reference in New Issue
Block a user