special offers backoffice is ready now
This commit is contained in:
13
back-office/app/tabs/tabulous.rb
Normal file
13
back-office/app/tabs/tabulous.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
Tabulous.setup do
|
||||
tabs do
|
||||
|
||||
get_from_suppliers_tab do
|
||||
text { 'From suppliers' }
|
||||
link_path { '/' }
|
||||
visible_when { true }
|
||||
enabled_when { true }
|
||||
active_when { in_action('any').of_controller('pictures') }
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user