1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/views/notifications_mailer/notify_admin_export_complete.html.erb
2019-07-31 12:37:31 +02:00

11 lines
424 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', TYPE: t(".body.file_type.#{@attached_object.extension}")) %>
<%=link_to( t('.body.here'), "#{root_url}api/exports/#{@attached_object.id}/download", target: "_blank" )%>
</p>