18 lines
446 B
Plaintext
18 lines
446 B
Plaintext
<% define_content :link do %>
|
|
<%= account_file_download_url(asset.account_id, asset.attachment_id) %>
|
|
<% end %>
|
|
|
|
<% define_content :subject do %>
|
|
<%= t :subject, "Report Generated" %>
|
|
<% end %>
|
|
|
|
<% define_content :footer_link do %>
|
|
<a href="<%= content(:link) %>">
|
|
<%= t :link_message, "Click here to download the report" %>
|
|
</a>
|
|
<% end %>
|
|
|
|
<p><strong><%= t :subject, "Report Generated" %></strong></p>
|
|
|
|
<p><%= asset.message %></p>
|