Sha256: 85a5c58bb556dd6c478fa1d9658103b8dc4be173bd45ee0f45ffe42ffc38834d

Contents?: true

Size: 483 Bytes

Versions: 9

Compression:

Stored size: 483 Bytes

Contents

<%=content_for :data_controls do%>
<%=link_to "New Page",new_admin_page_path(),:class => "btn btn-primary",:title => "New Page"%>&nbsp;<%=link_to "Clear Cache",clear_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

9 entries across 9 versions & 1 rubygems

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