diff --git a/app/views/email_templates/index.html.erb b/app/views/email_templates/index.html.erb index 26a9651..3bf0329 100644 --- a/app/views/email_templates/index.html.erb +++ b/app/views/email_templates/index.html.erb @@ -1,25 +1,27 @@ -
<%= _('Name') %> | -<%= _('Type') %> | -- |
---|
<%= _('Name') %> | +<%= _('Type') %> | +<%= _('Actions') %> | +
---|---|---|
<%= email_template.name %> | -<%= email_template.available_types[email_template.template_type][:description] if email_template.template_type.present? %> | -- <%= link_to 'Edit', url_for(:controller => :email_templates, :action => :edit, :id => email_template.id) %> - <%= link_to 'Destroy', url_for(:controller => :email_templates, :action => :destroy, :id => email_template.id), method: :delete, data: { confirm: 'Are you sure?' } %> - | -