inline the only once used template

This commit is contained in:
Alexis Reigel 2017-06-01 14:21:32 +02:00
parent 96e5837b02
commit 16f64dfe8c
2 changed files with 3 additions and 5 deletions

View File

@ -1,3 +0,0 @@
%tr
%td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#333333;font-size:15px;font-weight:400;line-height:1.4;padding:15px 5px;text-align:center;" }
= yield

View File

@ -1,3 +1,4 @@
= render layout: 'layouts/mailer' do
= render layout: 'layouts/mailer/default_content' do
= yield
%tr
%td{ style: "font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#333333;font-size:15px;font-weight:400;line-height:1.4;padding:15px 5px;text-align:center;" }
= yield