mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
13 lines
396 B
Plaintext
13 lines
396 B
Plaintext
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
|
|
|
<p>
|
|
<%= t('.body.archive_complete', START: @attached_object.start_at, END: @attached_object.end_at) %>
|
|
</p>
|
|
<p>
|
|
<%= t('.body.click_to_download') %>
|
|
<%=link_to( t('.body.here'), "#{root_url}api/accounting_periods/#{@attached_object.id}/archive", target: "_blank" )%>
|
|
</p>
|
|
<p>
|
|
<%= t('.body.save_on_secured') %>
|
|
</p>
|