From 6964c445845831151921ed7de5222204b498f04b Mon Sep 17 00:00:00 2001 From: Herve Saint-Amand Date: Sat, 11 Feb 2017 21:08:36 +0000 Subject: [PATCH] Two more "nowrap" instructions removed to accommodate narrower displays --- app/views/notifier/email_confirm.html.erb | 2 +- app/views/notifier/signup_confirm.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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") %>

-- 2.43.2