Sha256: fce736729bdd70c9c288ee566630783847625a104a900cb31b12ec222ceb2522

Contents?: true

Size: 1.27 KB

Versions: 16

Compression:

Stored size: 1.27 KB

Contents

<div class="post">
  <div class="post-title">
    <h2><%= @mail_template.name %></h2>
  </div>
  <div class="post-body">
    <table class="data-table largest">
      <tr>
        <td>Full Path</td>
        <td>
          <%= @mail_template.full_path %>
        </td>
      </tr>
      <tr>
        <td>Locale</td>
        <td>
          <%= @mail_template.locale %>
        </td>
      </tr>
      <tr>
        <td>Format</td>
        <td>
          <%= @mail_template.format %>
        </td>
      </tr>
      <% unless @mail_template.partial? %>
      <tr>
        <td>Subject</td>
        <td>
          <%= @mail_template.subject %>
        </td>
      </tr>
      <tr>
        <td>Layout</td>
        <td>
          <%= image_tag "/images/mail_engine/#{@mail_template.layout}_layout.png" %>
        </td>
      </tr>
      <% end %>
    </table>

    <p>
      <h4>Preview</h4>
      <iframe width="100%" class="bordered" src="<%= body_mail_template_path(@mail_template, :format => @mail_template.format) %>"></iframe>
    </p>

    <%= render "mail_engine/mail_logs/related_logs", :logs => @mail_template.logs %>
  </div>
  <br />
  <h2>
  <%= link_to 'Edit', edit_mail_template_path(@mail_template) %>
  |
  <%= link_to 'Back', mail_templates_path(:type => @mail_template.type) %>
  </h2>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
mail_engine-0.1.15 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.14 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.13 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.12 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.11 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.10 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.9 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.8 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.7 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.6 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.5 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.4 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.3 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.2 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.1 app/views/mail_engine/mail_templates/show.html.erb
mail_engine-0.1.0 app/views/mail_engine/mail_templates/show.html.erb