Sha256: 119274e4a1564fbaab764680e84eaa5d5c7075489e7e2332703ac9e3f8aab97c
Contents?: true
Size: 753 Bytes
Versions: 24
Compression:
Stored size: 753 Bytes
Contents
<%=content_for :data_controls do%> <%=link_to "New Snippet",new_spud_admin_snippet_path(),:class => "btn btn-primary",:title => "New Snippet"%> <%end%> <%=content_for :detail do%> <div class="page_list"> <%@snippets.each do |snippet|%> <div class="page_row"> <span class="row_meta"><%=link_to snippet.name,edit_spud_admin_snippet_path(:id => snippet.id)%></span> <span class="edit_controls"> <%=link_to "Remove",spud_admin_snippet_path(:id => snippet.id),:method => :delete,:class => 'btn btn-danger',:confirm => "Are you sure you want to remove this snippet?"%> </span> <br style="clear:both;"/> </div> <%end%> <%=will_paginate @snippets%> </div> <%end%>
Version data entries
24 entries across 24 versions & 2 rubygems