Sha256: 5d4d028bee6c40c9e682d6d0459bc3b6b98d79239f686a75f6dcc4e86473b040
Contents?: true
Size: 785 Bytes
Versions: 3
Compression:
Stored size: 785 Bytes
Contents
<%=content_for :data_controls do%> <%=link_to "New Menu",new_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,admin_menu_menu_items_path(:menu_id => menu.id)%></span> <span class="edit_controls"> <%=link_to "Edit",edit_admin_menu_path(:id => menu.id),:class => 'btn'%> <%=link_to "Remove",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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tb_cms-1.0.3 | app/views/admin/menus/index.html.erb |
tb_cms-1.0.2 | app/views/admin/menus/index.html.erb |
tb_cms-1.0.1 | app/views/admin/menus/index.html.erb |