We leave the STATUS setting alone, since it's required before rails boots. The test-specific settings now live in config/settings/test.yml
7 lines
246 B
Text
7 lines
246 B
Text
<%= t 'notifier.email_confirm_plain.greeting' %>
|
|
|
|
<%= word_wrap(t 'notifier.email_confirm_plain.hopefully_you', :server_url => Settings.server_url, :new_address => @address) %>
|
|
|
|
<%= t 'notifier.email_confirm_plain.click_the_link' %>
|
|
|
|
<%= @url %>
|