Sha256: 547c88a200f2586ce35243ed4fb4b7d75a768be04c7218143a21dd7098551c15
Contents?: true
Size: 691 Bytes
Versions: 3
Compression:
Stored size: 691 Bytes
Contents
%div.toolbar %ul.actions %li %p= button_link_to t('spree.admin.menu_bars.new_menu_bar'), new_object_url, :icon => 'add' %br.clear %h1= t('spree.admin.menu_bars.list_of_menu_bars') %table.index %thead %tr %th= t('spree.admin.menu_bars.name') %th= t('spree.admin.menu_bars.css_class') %th= t('action') %tbody - @menu_bars.each do |bar| %tr %td= bar.name %td= bar.css_class %td = link_to_with_icon :pages, t('spree.admin.menus.list_of_menus'), admin_menu_bar_menus_path(bar) = link_to_edit bar = link_to_delete bar =# render :partial => 'spree/admin/shared/spree_menus_sidebar'
Version data entries
3 entries across 3 versions & 1 rubygems