Save progress
This commit is contained in:
@@ -53,7 +53,7 @@ html lang="en"
|
||||
});
|
||||
|
||||
body class=action_name
|
||||
.navbar.navbar-fixed-top
|
||||
/.navbar.navbar-fixed-top
|
||||
.navbar-inner
|
||||
.container
|
||||
a.btn.btn-navbar data-target=".nav-collapse" data-toggle="collapse"
|
||||
@@ -66,6 +66,13 @@ html lang="en"
|
||||
li.locale.locale-en= link_to_function 'English', %|setLocale('en')|
|
||||
li.locale.locale-nl= link_to_function 'Nederlands', %|setLocale('nl')|
|
||||
li= link_to t('user.list_history.title'), user_list_history_path, data: {t: 'list_history.title'}
|
||||
a#toggle-side-menu href="#"
|
||||
span.fa.fa-bars.fa-lg
|
||||
#side-menu-container
|
||||
ul
|
||||
li.locale-select.locale-select-en= link_to_function 'English', %|setLocale('en')|
|
||||
li.locale-select.locale-select-nl= link_to_function 'Nederlands', %|setLocale('nl')|
|
||||
li= link_to t('user.list_history.title'), user_list_history_path, data: {t: 'list_history.title'}
|
||||
.container
|
||||
.content
|
||||
.alert.alert-error.hide
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
= top_bar title: 'show_products.title' do
|
||||
= top_bar title: '' || 'show_products.title' do
|
||||
.pull-right
|
||||
.supplier-info-row
|
||||
.table-number
|
||||
@@ -6,14 +6,18 @@
|
||||
.supplier-info-row
|
||||
.counter.supplier-orders-placed-count
|
||||
.counter.supplier-orders-in-process-count
|
||||
.main-buttons= link_to image_tag('icons/logo-small.png', alt: application_title), user_root_path, class: :brand
|
||||
.action-buttons
|
||||
= link_to user_active_list_path, class: ['user-top-button'], id: 'show-active-list' do
|
||||
span= t('helpers.links.show_active_list', list: List.model_name.human)
|
||||
/span=# t('helpers.links.show_active_list', list: List.model_name.human)
|
||||
span.fa.fa-menu.fa-lg
|
||||
span#list-needs-payment-button.user-top-button
|
||||
span
|
||||
span#list-needs-help-button.user-top-button
|
||||
span.fa.fa-money.fa-lg
|
||||
/span#list-needs-help-button.user-top-button
|
||||
span
|
||||
span
|
||||
span#list-needs-help-button.user-top-button.left
|
||||
span.fa.fa-question.fa-lg
|
||||
|
||||
|
||||
.well
|
||||
|
||||
Reference in New Issue
Block a user