Sha256: 202dacdc47ac2dc3d9408bcb8c15de61db4d57a333462637f712e13a64ad8049
Contents?: true
Size: 806 Bytes
Versions: 7
Compression:
Stored size: 806 Bytes
Contents
<%=content_for :data_controls do%> <%=link_to "New Template",new_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_admin_template_path(:id => template.id)%></span> <span class="edit_controls"><%=link_to "Edit",edit_admin_template_path(:id => template.id), :title => "Edit Template",:class => 'btn'%> <%=link_to "Remove",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
7 entries across 7 versions & 1 rubygems