Sha256: 3f6986418615955ce9789b7feb52ad7fb6515e8e98cb98ff48cd6aa2a795a49b
Contents?: true
Size: 1011 Bytes
Versions: 5
Compression:
Stored size: 1011 Bytes
Contents
= render :partial => 'admin/menus/lang_switcher' = render :partial => 'tabs' #wrap .backgrounds.big-header %h1 = @menu.name .interact-links = link_to I18n.t('menu.update.action', :count => 1).capitalize, [forgeos_cms, :edit, :admin, @menu ], :class => 'backgrounds interact-button' = I18n.t('or') = link_to I18n.t('menu.back').capitalize, forgeos_cms.admin_menus_path, :class => 'back-link' #content.grid_16.alpha.omega .grid_12.alpha #menu-tree-ro.tree.tree-menu-tree %ul.ltr= render :partial => 'admin/menu_links/show', :collection => @menu.menu_links #right-sidebar.grid_4.omega .step = link_to I18n.t('menu.duplicate').capitalize, forgeos_cms.duplicate_admin_menu_path(@menu), :class => 'small-icons duplicate' = link_to I18n.t('menu.destroy.action').capitalize, [forgeos_cms, :admin, @menu], :confirm => I18n.t('menu.destroy.confirm').capitalize, :method => :delete, :class => 'small-icons delete' .clear .clear
Version data entries
5 entries across 5 versions & 1 rubygems