<% define_content :link do %>
<%= registration_confirmation_url(asset.confirmation_code) %>
<% end %>
<% define_content :subject do %>
<%= t :subject, "Confirm Email: Canvas" %>
<% end %>
<% define_content :footer_link do %>
<%= t :details, "Click here to confirm this registration" %>
<% end %>
<%= t :body,
"The email address, %{email} is being registered at %{website} for the user, %{user}.",
:email => asset.path,
:website => data.from_host || HostUrl.default_host,
:user => asset.user.name %>