Sha256: 5bd9dce0109d276a40a61598e503be89c8396bd2e64b56543093538483b35530

Contents?: true

Size: 631 Bytes

Versions: 8

Compression:

Stored size: 631 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%>
<p class="lead">Drag and drop to rearrange your menus.</p>
	<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(<%=@menu.id%>);})
</script>
<%end%>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spud_cms-1.0.2 app/views/spud/admin/menu_items/index.html.erb
spud_cms-1.0.1 app/views/spud/admin/menu_items/index.html.erb
spud_cms-1.0.0 app/views/spud/admin/menu_items/index.html.erb
spud_cms-1.0.0.rc1.4 app/views/spud/admin/menu_items/index.html.erb
spud_cms-1.0.0.rc1.3 app/views/spud/admin/menu_items/index.html.erb
spud_cms-1.0.0.rc1.2 app/views/spud/admin/menu_items/index.html.erb
spud_cms-1.0.0.rc1.1 app/views/spud/admin/menu_items/index.html.erb
spud_cms-1.0.0.RC1 app/views/spud/admin/menu_items/index.html.erb