Sha256: 62e0e75402819f32af1ed5789ca5c93bf3c470674c9bad488733aeb25d8b1801

Contents?: true

Size: 398 Bytes

Versions: 14

Compression:

Stored size: 398 Bytes

Contents

<%=content_for :data_controls do%>
<%=link_to "New Menu Item",new_spud_admin_menu_menu_item_path(),:class => "btn btn-primary",:title => "New Menu Item"%>
<%end%>
<%=content_for :detail do%>
	<div class="page_list">
			<%@menu_items.each do |menu_item|%>
				<%=render :partial => "menu_item_row",:locals => {:menu_item => menu_item}%>
			<%end%>
			<%=will_paginate @menu_items%>
	</div>

<%end%>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
spud_cms-0.8.15 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.14 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.13 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.12 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.11 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.10 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.9 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.7 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.6 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.5 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.4 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.2 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.1 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.8.0 app/views/spud/admin/menu_items/index.html.erb