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'%> <%=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