Sha256: e785b2472742d873e05698c1d941c0443317b013c57b8276ace2c61351cde791
Contents?: true
Size: 805 Bytes
Versions: 42
Compression:
Stored size: 805 Bytes
Contents
<%=content_for :data_controls do%> <%=link_to "New Menu",new_spud_admin_menu_path(),:class => "btn btn-primary",:title => "New Menu"%> <%end%> <%=content_for :detail do%> <div class="page_list"> <%@menus.each do |menu|%> <div class="page_row"> <span class="row_meta"><%=link_to menu.name,spud_admin_menu_menu_items_path(:menu_id => menu.id)%></span> <span class="edit_controls"> <%=link_to "Edit",edit_spud_admin_menu_path(:id => menu.id),:class => 'btn'%> <%=link_to "Remove",spud_admin_menu_path(:id => menu.id),:method => :delete,:class => 'btn btn-danger',:confirm => "Are you sure you want to remove this menu and all items associated with it?"%> </span> <br style="clear:both;"/> </div> <%end%> <%=will_paginate @menus%> </div> <%end%>
Version data entries
42 entries across 42 versions & 2 rubygems