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

7 lines
325 B
Plaintext
Raw Permalink Normal View History

2020-06-16 16:35:08 +00:00
%p= t('.hi')
%p= t('.message')
%p= t('.reason')
2020-09-11 17:26:19 +00:00
= params[:maintenance].to_html
%p= t('.estimated_from_html', from: params[:maintenance].estimated_from, time_is: params[:maintenance].estimated_from_time_is)
%p= t('.estimated_to_html', to: params[:maintenance].estimated_to, time_is: params[:maintenance].estimated_to_time_is)