Skip to content

Commit

Permalink
Move verification link (#4786)
Browse files Browse the repository at this point in the history
* Move verification link

* Change link to text

* Remove unnecessary message
  • Loading branch information
shubhscoder authored and jywarren committed Mar 5, 2019
1 parent 95509de commit 578cae8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app/views/welcome_mailer/notify_newcomer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@

Looking forward to hearing from you soon,

Please click on the link below to verify your email.

<% verifaction_link="#{ActionMailer::Base.default_url_options[:host]}/verify/#{@user.generate_token}" %>
<%= link_to "#{verifaction_link}", verifaction_link%>

In case you are not able to click the link, try copy pasting the link in the browser.

The Public Lab Community
<% end %>

Please click on the link to verify your email.

<% verification_link="#{ActionMailer::Base.default_url_options[:host]}/verify/#{@user.generate_token}" %>
<%= link_to "Verification Link", verification_link %>

<%= @footer %>

0 comments on commit 578cae8

Please sign in to comment.