]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/signup_confirm.html.erb
Even out the widths of the white bars around the message box
[rails.git] / app / views / notifier / signup_confirm.html.erb
index 66528bd8345626b448044c51cfe622e93a758c3a..41b2ceb4987b5878a5b98cd7cfd8664db6ca39d1 100644 (file)
@@ -1,11 +1,9 @@
-<% content_for :body do %>
-  <p style="margin: 0"><%= t("notifier.signup_confirm.greeting") %></p>
+<p><%= t("notifier.signup_confirm.greeting") %></p>
 
-  <p><%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %></p>
+<p><%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %></p>
 
-  <p><%= t("notifier.signup_confirm.confirm") %></p>
+<p><%= t("notifier.signup_confirm.confirm") %></p>
 
-  <p><%= link_to @url, @url, :style => "white-space: nowrap" %></nobr></p>
+<p><%= link_to @url, @url, :style => "white-space: nowrap" %></p>
 
-  <p><%= t("notifier.signup_confirm.welcome") %></p>
-<% end %>
+<p><%= t("notifier.signup_confirm.welcome") %></p>