attempt to add icons
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
.home-footer
|
||||
.home-footer-content
|
||||
- if list_open?
|
||||
= link_to 'P', user_list_products_path
|
||||
= link_to 'L', user_active_list_path
|
||||
= link_to 'P', user_list_products_path, class: 'home-menu-link'
|
||||
= link_to 'L', user_active_list_path, class: 'home-list-link'
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
.page-header
|
||||
h4= t('user.join_occupied_table.title')
|
||||
.form-actions
|
||||
= link_to t('user.join_occupied_table.back'), user_root_path, class: :btn
|
||||
'
|
||||
= link_to t('user.join_occupied_table.show_the_products'), user_list_products_for_table_path(table_id: @table.id), class: [:btn, 'btn-primary']
|
||||
'
|
||||
button.btn.btn-warning{onClick="Quser.join_occupied_table('#{@table.id}')"} = t('user.join_occupied_table.join_this_table')
|
||||
|
||||
Reference in New Issue
Block a user