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