mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
4d2f46ca95
- fix tests due to removal of event_categories - rake task for generating statistics
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> |