mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-02 13:24:20 +01:00
10 lines
365 B
Plaintext
10 lines
365 B
Plaintext
|
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
||
|
|
||
|
<p>
|
||
|
<%= t('.body.you_asked_for_an_export') %>
|
||
|
<%= t(".body.#{@attached_object.category}_#{@attached_object.export_type}") %>.
|
||
|
</p>
|
||
|
<p>
|
||
|
<%= t('.body.click_to_download') %>
|
||
|
<%=link_to( t('.body.here'), "#{root_url}api/exports/#{@attached_object.id}/download", target: "_blank" )%>
|
||
|
</p>
|