Sha256: 98b84dbf5ad0ac2c483d8e543daa038d956ad4c8b155afdefc145d2d23ea7b81

Contents?: true

Size: 339 Bytes

Versions: 17

Compression:

Stored size: 339 Bytes

Contents

<%=content_for :data_controls do%>
<%=link_to "New Page",new_spud_admin_page_path(),:class => "button",:title => "New Page"%>
<%end%>
<%=content_for :detail do%>
	<div class="page_list">
			<%@pages.each do |page|%>
				<%=render :partial => "page_row",:locals => {:page => page}%>
			<%end%>
			<%=will_paginate @pages%>
	</div>

<%end%>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
spud_cms-0.7.2 app/views/spud/admin/pages/index.html.erb
spud_cms-0.7.1 app/views/spud/admin/pages/index.html.erb
spud_cms-0.7.0 app/views/spud/admin/pages/index.html.erb
spud_cms-0.4.8 app/views/spud/admin/pages/index.html.erb
spud_cms-0.4.7 app/views/spud/admin/pages/index.html.erb
spud_cms-0.4.6 app/views/spud/admin/pages/index.html.erb
spud_cms-0.4.5 app/views/spud/admin/pages/index.html.erb
spud_cms-0.4.4 app/views/spud/admin/pages/index.html.erb
spud_cms-0.4.3 app/views/spud/admin/pages/index.html.erb
spud_cms-0.4.0 app/views/spud/admin/pages/index.html.erb
spud_cms-0.3.7 app/views/spud/admin/pages/index.html.erb
spud_cms-0.3.6 app/views/spud/admin/pages/index.html.erb
spud_cms-0.3.4 app/views/spud/admin/pages/index.html.erb
spud_cms-0.3.3 app/views/spud/admin/pages/index.html.erb
spud_cms-0.3.2 app/views/spud/admin/pages/index.html.erb
spud_cms-0.3.1 app/views/spud/admin/pages/index.html.erb
spud_cms-0.3.0 app/views/spud/admin/pages/index.html.erb