Sha256: c0dee5127b8bfac9941aec845c556aaa5810e9d84e11c246c43dc0c2284b0eea

Contents?: true

Size: 591 Bytes

Versions: 7

Compression:

Stored size: 591 Bytes

Contents

<% content_for :admin_context_menu do %>
	<h2>admin section</h2>
	<%= link_to 'edit this page', edit_page_path(page), class: 'btn' %>
	<% if Page.not_for_blog.orphans.published.any? %>
		<h3>Reorder Root Page Menu Items</h3>
		<ul class="draggable" data-update-url="<%= sort_pages_path %>">
		  <% for page in Page.not_for_blog.orphans.published.by_menu_position %>
				<%= content_tag :li, page, class: 'page', id: "page_#{page.id}" do %>
					<%= image_tag 'drag-handle.gif', :class => 'handle silhouette' %> <%= page.nickname -%>
				<% end -%>
		  <% end %>
		</ul>
	<% end %>
<% end -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tkh_content-0.3.1 app/views/pages/_admin_context_menu.html.erb
tkh_content-0.3 app/views/pages/_admin_context_menu.html.erb
tkh_content-0.2.1 app/views/pages/_admin_context_menu.html.erb
tkh_content-0.2 app/views/pages/_admin_context_menu.html.erb
tkh_content-0.1.15 app/views/pages/_admin_context_menu.html.erb
tkh_content-0.1.14 app/views/pages/_admin_context_menu.html.erb
tkh_content-0.1.13 app/views/pages/_admin_context_menu.html.erb