Convert those <nobr> tags to CSS

This commit is contained in:
Herve Saint-Amand 2017-01-16 22:53:04 +00:00
parent e3e5ad4c5f
commit 1285c9f14b

View file

@ -16,11 +16,11 @@
<% end %> <% end %>
<p> <p>
<%= 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") %>
</p> </p>
<% content_for :footer do %> <% content_for :footer do %>
<p> <p>
<%= 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") %>
</p> </p>
<% end %> <% end %>