openstreetmap-website/app/views/notifier/signup_confirm.html.erb
Andy Allan d102c9aaf4 Move all settings to settings.yml
We leave the STATUS setting alone, since it's required before rails
boots. The test-specific settings now live in config/settings/test.yml
2019-03-13 18:06:23 +01:00

9 lines
184 B
Text

<p><%= t(".greeting") %></p>
<p><%= t(".created", :site_url => Settings.server_url) %></p>
<p><%= t(".confirm") %></p>
<p><%= link_to @url, @url %></p>
<p><%= t(".welcome") %></p>