5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 05:35:46 +00:00
panel/app/views/maintenance_mailer/notice.html.haml

7 lines
220 B
Plaintext
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)