sutty/app/views/maintenance_mailer/notice.html.haml

7 lines
220 B
Text
Raw Normal View History

2020-06-16 16:35:08 +00:00
%p= t('.hi')
%p= t('.message')
%p= t('.reason')
%blockquote= params[:maintenance].message
%p= t('.estimated_from', from: params[:maintenance].estimated_from)
%p= t('.estimated_to', to: params[:maintenance].estimated_to)