Sha256: 4c2ada71c0c2f44842b5cc2317e3a93965cf919b930ae356f33ef048312692bf
Contents?: true
Size: 760 Bytes
Versions: 2
Compression:
Stored size: 760 Bytes
Contents
<div id="content"> <h1>Email Templates</h1> <table cellspacing="0" class="list"> <tr> <th>Template Name</th> <th> </th> </tr> <% for email_template in @email_templates %> <tr class="<%= cycle("","alt") %>"> <td><%= link_to email_template.name, edit_fe_admin_email_template_path(email_template), :class => "email-template" %></td> <td class="actions"><%= link_to 'Destroy', fe_admin_email_template_path(email_template), data: {confirm: 'Are you sure?'}, :method => :delete, :class => "destroy" %></td> </tr> <% end %> </table> <br /> <%= link_to 'New Template', new_fe_admin_email_template_path, :method => :GET, :class => "add-link" %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fe-1.0.0 | app/views/fe/admin/email_templates/index.html.erb |
fe-0.0.4 | app/views/fe/admin/email_templates/index.html.erb |