Sha256: b5a8ca3622bb90566f5a4194b25ac298d8ca6e6299e8456445d38955faacfb33

Contents?: true

Size: 826 Bytes

Versions: 45

Compression:

Stored size: 826 Bytes

Contents

<%=content_for :data_controls do%>
<%=link_to "New Template",new_spud_admin_template_path(),:class => "btn btn-primary",:title => "New Template"%>
<%end%>
<%=content_for :detail do%>
	<div class="page_list">
			<%@templates.each do |template|%>
				<div class="page_row">
					<span class="row_meta"><%=link_to template.name,edit_spud_admin_template_path(:id => template.id)%></span>

					<span class="edit_controls"><%=link_to "Edit",edit_spud_admin_template_path(:id => template.id), :title => "Edit Template",:class => 'btn'%>&nbsp;&nbsp;<%=link_to "Remove",spud_admin_template_path(:id => template.id),:method => :delete,:class => 'btn btn-danger',:confirm => "Are you sure you want to remove this template?"%></span>
					<br style="clear:both;"/>
				</div>
			<%end%>
			<%=will_paginate @templates%>
	</div>

<%end%>

Version data entries

45 entries across 45 versions & 2 rubygems

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