5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 05:36:07 +00:00
panel/app/views/layouts/mailer.html.haml

13 lines
246 B
Plaintext
Raw Permalink Normal View History

2019-07-26 00:36:33 +00:00
!!!
2018-09-28 14:34:37 +00:00
%html
2019-07-26 00:36:33 +00:00
%head
%meta{ content: 'text/html; charset=utf-8',
'http-equiv': 'Content-Type' }/
:css
/* Inline */
2018-09-28 14:34:37 +00:00
%body
= yield
2019-07-26 00:36:33 +00:00
= image_tag attachments['logo.png'].url, alt: 'Logo de Sutty'
= t('.signature')