13 lines
389 B
Text
13 lines
389 B
Text
|
|
<% content_for :message do %>
|
||
|
|
<%= t("mailer.general.greeting.formal.addressed_html", name: @user.login) %>
|
||
|
|
|
||
|
|
<%= t(".would_like_to_include.text",
|
||
|
|
collection_title: @collection.title,
|
||
|
|
collection_url: collection_url(@collection),
|
||
|
|
work_title: @work.title,
|
||
|
|
work_url: work_url(@work)) %>
|
||
|
|
|
||
|
|
<%= t(".approve.text", collection_items_page_url: user_collection_items_url(@user)) %>
|
||
|
|
|
||
|
|
<% end %>
|