projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Two more "nowrap" instructions removed to accommodate narrower displays
[rails.git]
/
app
/
views
/
notifier
/
email_confirm.html.erb
diff --git
a/app/views/notifier/email_confirm.html.erb
b/app/views/notifier/email_confirm.html.erb
index 5d8f49d3dc6efad5f79109b417ea3db74794802c..5b7c74d7f52dd608bcb41569b6db3c5577d6654b 100644
(file)
--- a/
app/views/notifier/email_confirm.html.erb
+++ b/
app/views/notifier/email_confirm.html.erb
@@
-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>