X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/56fd5c4d90c7d3757fb97ff16c40aaa307ae1d22..0449024ca0f53307615993e9a480a28355153bc7:/app/views/notifier/signup_confirm.html.erb?ds=inline diff --git a/app/views/notifier/signup_confirm.html.erb b/app/views/notifier/signup_confirm.html.erb index 814deee91..6e7f7280e 100644 --- a/app/views/notifier/signup_confirm.html.erb +++ b/app/views/notifier/signup_confirm.html.erb @@ -1,9 +1,11 @@ -
<%= t("notifier.signup_confirm.greeting") %>
+<% content_for :body do %> +<%= t("notifier.signup_confirm.greeting") %>
-<%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %>
+<%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %>
-<%= t("notifier.signup_confirm.confirm") %>
+<%= t("notifier.signup_confirm.confirm") %>
-<%= link_to @url, @url %>
+<%= link_to @url, @url, :style => "white-space: nowrap" %>
-<%= t("notifier.signup_confirm.welcome") %>
+<%= t("notifier.signup_confirm.welcome") %>
+<% end %>