Sha256: 80a4f944ba80a77d7ded8aca2bc81288cf3bcfd05fd7bbe9755e19a4857a0c4a

Contents?: true

Size: 553 Bytes

Versions: 9

Compression:

Stored size: 553 Bytes

Contents

<%=content_for :data_controls do%>
<%=link_to "New Menu Item",new_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

9 entries across 9 versions & 1 rubygems

Version Path
tb_cms-1.1.5 app/views/admin/menu_items/index.html.erb
tb_cms-1.1.4 app/views/admin/menu_items/index.html.erb
tb_cms-1.1.3 app/views/admin/menu_items/index.html.erb
tb_cms-1.1.2 app/views/admin/menu_items/index.html.erb
tb_cms-1.1.1 app/views/admin/menu_items/index.html.erb
tb_cms-1.1.0 app/views/admin/menu_items/index.html.erb
tb_cms-1.0.3 app/views/admin/menu_items/index.html.erb
tb_cms-1.0.2 app/views/admin/menu_items/index.html.erb
tb_cms-1.0.1 app/views/admin/menu_items/index.html.erb