Sha256: 6015504660b441e3f7fa31ffe0a04c09e4fb8da4a5720e1452d2d50b1cdd9b57

Contents?: true

Size: 745 Bytes

Versions: 20

Compression:

Stored size: 745 Bytes

Contents

<div id="content">
    <h1>Email Templates</h1>
    
    <table cellspacing="0" class="list"> 
        <tr>
            <th>Template Name</th>
            <th>&nbsp;</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

20 entries across 15 versions & 1 rubygems

Version Path
fe-2.1.6.1 app/views/fe/admin/email_templates/index.html.erb
fe-2.1.6 app/views/fe/admin/email_templates/index.html.erb
fe-2.1.5 app/views/fe/admin/email_templates/index.html.erb
fe-2.1.4 app/views/fe/admin/email_templates/index.html.erb
fe-2.1.3 app/views/fe/admin/email_templates/index.html.erb
fe-2.1.2 app/views/fe/admin/email_templates/index.html.erb
fe-2.1.1 app/views/fe/admin/email_templates/index.html.erb
fe-2.0.8 app/views/fe/admin/email_templates/index.html.erb
fe-2.0.6 app/views/fe/admin/email_templates/index.html.erb
fe-2.0.5 app/views/fe/admin/email_templates/index.html.erb
fe-2.0.4 app/views.current/fe/admin/email_templates/index.html.erb
fe-2.0.4 app/views/fe/admin/email_templates/index.html.erb
fe-2.0.3 app/views/fe/admin/email_templates/index.html.erb
fe-2.0.3 app/views.current/fe/admin/email_templates/index.html.erb
fe-2.0.2 app/views.current/fe/admin/email_templates/index.html.erb
fe-2.0.2 app/views/fe/admin/email_templates/index.html.erb
fe-2.0.1 app/views.current/fe/admin/email_templates/index.html.erb
fe-2.0.1 app/views/fe/admin/email_templates/index.html.erb
fe-2.0.0 app/views.current/fe/admin/email_templates/index.html.erb
fe-2.0.0 app/views/fe/admin/email_templates/index.html.erb