From: Herve Saint-Amand Date: Sat, 11 Feb 2017 21:08:36 +0000 (+0000) Subject: Two more "nowrap" instructions removed to accommodate narrower displays X-Git-Tag: live~3582^2~3 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6964c445845831151921ed7de5222204b498f04b?hp=acf933055f3b2db539f6e80b01cd3f2eb2405220 Two more "nowrap" instructions removed to accommodate narrower displays --- diff --git a/app/views/notifier/email_confirm.html.erb b/app/views/notifier/email_confirm.html.erb index 5d8f49d3d..5b7c74d7f 100644 --- a/app/views/notifier/email_confirm.html.erb +++ b/app/views/notifier/email_confirm.html.erb @@ -4,4 +4,4 @@

<%= t 'notifier.email_confirm_html.click_the_link' %>

-

<%= @url %>

+

<%= @url %>

diff --git a/app/views/notifier/signup_confirm.html.erb b/app/views/notifier/signup_confirm.html.erb index 41b2ceb49..814deee91 100644 --- a/app/views/notifier/signup_confirm.html.erb +++ b/app/views/notifier/signup_confirm.html.erb @@ -4,6 +4,6 @@

<%= t("notifier.signup_confirm.confirm") %>

-

<%= link_to @url, @url, :style => "white-space: nowrap" %>

+

<%= link_to @url, @url %>

<%= t("notifier.signup_confirm.welcome") %>