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