7 lines
329 B
Plaintext
7 lines
329 B
Plaintext
<% define_content :link do %><%= HostUrl.protocol %>://<%= HostUrl.default_host %>/users/<%= asset.id %><% end %>
|
|
<% define_content :subject do %>
|
|
<%= t :subject, "New User" %>
|
|
<% end %>
|
|
|
|
<%= t :body, "A new user, %{user}, has just registered for the account %{account}", :user => asset.name, :account => asset.account.name %>
|