<%= @mail_template.name %>

<% unless @mail_template.partial? %> <% end %>
Full Path <%= @mail_template.full_path %>
Layout <%= image_tag "/images/mail_engine/#{@mail_template.layout}_layout.png" %>

Preview

Sending Logs

<% show_no_record(logs = @mail_template.logs) do %> <% logs.each do |log| %> <% end %>
Subject Sender Recipient mime_type Sent at
<%= log.subject %> <%= log.sender %> <%= log.recipient %> <%= log.mime_type %> <%= log.created_at %> <%= link_to 'Show', mail_log_path(log) %> <%= link_to 'Destroy', mail_log_path(log), :confirm => 'Are you sure?', :method => :delete %>
<% end %>


<%= link_to 'Edit', edit_mail_template_path(@mail_template) %> | <%= link_to 'Back', mail_templates_path(:type => @mail_template.type) %>