Sha256: ed6363791316afba891b604e41f539b902d32c683d704abb828d0fe05c449784

Contents?: true

Size: 558 Bytes

Versions: 20

Compression:

Stored size: 558 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%>
	<ul id="root_menu_list" class="menu_list page_list sortable connectedSortable">
			<%@menu_items.each do |menu_item|%>
        <li>
  				<%=render :partial => "menu_item_row",:locals => {:menu_item => menu_item}%>
        </li>
			<%end%>

	</ul>

<script type="text/javascript">
$(document).ready(function() { spud.admin.cms.menu_items.init();})
</script>
<%end%>

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
spud_cms-0.9.21 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.20 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.18 app/views/spud/admin/menu_items/index.html.erb
tb_cms-1.0 app/views/spud/admin/menu_items/index.html.erb
tb_cms-0.9.18 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.17 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.15 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.14 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.13 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.12 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.11 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.10 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.9 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.8 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.7 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.6 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.5 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.4 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.3 app/views/spud/admin/menu_items/index.html.erb
spud_cms-0.9.2 app/views/spud/admin/menu_items/index.html.erb