]> git.openstreetmap.org Git - rails.git/commitdiff
Two more "nowrap" instructions removed to accommodate narrower displays
authorHerve Saint-Amand <git@saintamh.org>
Sat, 11 Feb 2017 21:08:36 +0000 (21:08 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Sat, 11 Feb 2017 21:08:36 +0000 (21:08 +0000)
app/views/notifier/email_confirm.html.erb
app/views/notifier/signup_confirm.html.erb

index 5d8f49d3dc6efad5f79109b417ea3db74794802c..5b7c74d7f52dd608bcb41569b6db3c5577d6654b 100644 (file)
@@ -4,4 +4,4 @@
 
 <p><%= t 'notifier.email_confirm_html.click_the_link' %></p>
 
-<p><a href="<%= @url %>" style="white-space: nowrap"><%= @url %></a></p>
+<p><a href="<%= @url %>"><%= @url %></a></p>
index 41b2ceb4987b5878a5b98cd7cfd8664db6ca39d1..814deee9171220d93896643b05484d1bb9133076 100644 (file)
@@ -4,6 +4,6 @@
 
 <p><%= t("notifier.signup_confirm.confirm") %></p>
 
-<p><%= link_to @url, @url, :style => "white-space: nowrap" %></p>
+<p><%= link_to @url, @url %></p>
 
 <p><%= t("notifier.signup_confirm.welcome") %></p>