mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:51:43 +00:00
13 lines
271 B
Text
13 lines
271 B
Text
|
= t('.hi').html_safe
|
||
|
\
|
||
|
= t('.message').html_safe
|
||
|
\
|
||
|
= t('.reason').html_safe
|
||
|
\
|
||
|
= params[:maintenance].message.html_safe
|
||
|
\
|
||
|
= t('.estimated_from', from: params[:maintenance].estimated_from).html_safe
|
||
|
\
|
||
|
= t('.estimated_to', to: params[:maintenance].estimated_to).html_safe
|
||
|
\
|