Sha256: 65810e8515387b7c9d60d4983dcd47ace088aacb7eb878b035ae6b09fa4e1d60

Contents?: true

Size: 496 Bytes

Versions: 5

Compression:

Stored size: 496 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">

  <head>
    <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
    <%= stylesheet_link_tag 'emails' %>
  </head>

  <body>
    <table>
      <tr>
        <td id="header">
          <%= content_tag :h1, t('admin.site_admin'), id: 'header-title' %>
          <%= image_tag 'admin/admin-logo.jpg', id: 'admin-logo' %>
        </td>
      </tr>
      <tr>
        <td><%= yield %></td>
      </tr>
    </table>
  </body>

</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tkh_mailing_list-0.12 app/views/layouts/admin_mailers.html.erb
tkh_mailing_list-0.11.3 app/views/layouts/admin_mailers.html.erb
tkh_mailing_list-0.11.2 app/views/layouts/admin_mailers.html.erb
tkh_mailing_list-0.11.1.1 app/views/layouts/admin_mailers.html.erb
tkh_mailing_list-0.11.1 app/views/layouts/admin_mailers.html.erb