From: Herve Saint-Amand Date: Mon, 16 Jan 2017 22:53:04 +0000 (+0000) Subject: Convert those tags to CSS X-Git-Tag: live~3604^2~8 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1285c9f14bc190f3f574e5dd2f1d757783dccb60 Convert those tags to CSS --- diff --git a/app/views/notifier/changeset_comment_notification.html.erb b/app/views/notifier/changeset_comment_notification.html.erb index bbcd0614e..c2b552ed5 100644 --- a/app/views/notifier/changeset_comment_notification.html.erb +++ b/app/views/notifier/changeset_comment_notification.html.erb @@ -16,11 +16,11 @@ <% end %>

- <%= raw t 'notifier.changeset_comment_notification.details', :url => content_tag("nobr", link_to(@changeset_url, @changeset_url)) %> + <%= raw t 'notifier.changeset_comment_notification.details', :url => link_to(@changeset_url, @changeset_url, :style => "white-space: nowrap") %>

<% content_for :footer do %>

- <%= raw t 'notifier.changeset_comment_notification.unsubscribe', :url => content_tag("nobr", link_to(@changeset_url, @changeset_url, :style => "color: #222")) %> + <%= raw t 'notifier.changeset_comment_notification.unsubscribe', :url => link_to(@changeset_url, @changeset_url, :style => "color: #222; white-space: nowrap") %>

<% end %>