stylesheet, layout and rendering for email_template (test)
This commit is contained in:
parent
cfbb3bc36f
commit
e8013d8345
4 changed files with 72 additions and 77 deletions
9
app/views/layouts/_mailbot_footer.html.haml
Normal file
9
app/views/layouts/_mailbot_footer.html.haml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
%html{lang: 'en'}
|
||||
%head
|
||||
%meta{charset: 'utf-8'}
|
||||
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1'}
|
||||
%meta{content: 'Snap!Con -- A conference all about Snap!, a programing language from UC Berkeley.', name: 'description'}
|
||||
%meta{content: 'Michael Ball, Brian Harvey, Jens Moenig, Bernat Romagosa, Dan Garcia, Lauren Mock', name: 'author'}
|
||||
= stylesheet_link_tag "mailbot"
|
||||
%body
|
||||
#border
|
||||
Loading…
Add table
Add a link
Reference in a new issue