Sha256: fcaf14bf73b74c88d475c7a29178bd8f37cc53f4bf71c5bbbce5ecb1a88f3102

Contents?: true

Size: 493 Bytes

Versions: 30

Compression:

Stored size: 493 Bytes

Contents

<%=content_for :data_controls do%>
<%=link_to "New Page",new_spud_admin_page_path(),:class => "btn btn-primary",:title => "New Page"%>&nbsp;<%=link_to "Clear Cache",clear_spud_admin_pages_path(),:class => "btn btn-warning",:title => "Clear Page Cache" if Spud::Cms.cache_mode %>
<%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

30 entries across 30 versions & 2 rubygems

Version Path
spud_cms-1.0.2 app/views/spud/admin/pages/index.html.erb
spud_cms-1.0.1 app/views/spud/admin/pages/index.html.erb
spud_cms-1.0.0 app/views/spud/admin/pages/index.html.erb
spud_cms-1.0.0.rc1.4 app/views/spud/admin/pages/index.html.erb
spud_cms-1.0.0.rc1.3 app/views/spud/admin/pages/index.html.erb
spud_cms-1.0.0.rc1.2 app/views/spud/admin/pages/index.html.erb
spud_cms-1.0.0.rc1.1 app/views/spud/admin/pages/index.html.erb
spud_cms-1.0.0.RC1 app/views/spud/admin/pages/index.html.erb
spud_cms-0.9.21 app/views/spud/admin/pages/index.html.erb
spud_cms-0.9.20 app/views/spud/admin/pages/index.html.erb
spud_cms-0.9.18 app/views/spud/admin/pages/index.html.erb
tb_cms-1.0 app/views/spud/admin/pages/index.html.erb
tb_cms-0.9.18 app/views/spud/admin/pages/index.html.erb
spud_cms-0.9.17 app/views/spud/admin/pages/index.html.erb
spud_cms-0.9.15 app/views/spud/admin/pages/index.html.erb
spud_cms-0.9.14 app/views/spud/admin/pages/index.html.erb
spud_cms-0.9.13 app/views/spud/admin/pages/index.html.erb
spud_cms-0.9.12 app/views/spud/admin/pages/index.html.erb
spud_cms-0.9.11 app/views/spud/admin/pages/index.html.erb
spud_cms-0.9.10 app/views/spud/admin/pages/index.html.erb