X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7eb01eb31392bcf3bf3cb0c25053e1002bd678b3..104727f889aaf31f917c8243014b161732b6e351:/app/views/notifier/signup_confirm.html.erb diff --git a/app/views/notifier/signup_confirm.html.erb b/app/views/notifier/signup_confirm.html.erb index 5b7566fba..74aae6af1 100644 --- a/app/views/notifier/signup_confirm.html.erb +++ b/app/views/notifier/signup_confirm.html.erb @@ -1,11 +1,17 @@

<%= t'notifier.signup_confirm_html.greeting' %>

+<% if @url %>

<%= t'notifier.signup_confirm_html.hopefully_you' %> <%= SERVER_URL %>.

<%= t'notifier.signup_confirm_html.click_the_link' %>

<%= raw(link_to @url, @url) %>

+<% else %> +

<%= t'notifier.signup_confirm_html.created_account' %> + <%= SERVER_URL %>.

+

<%= t'notifier.signup_confirm_html.welcome' %>

+<% end %>

<%= raw(t'notifier.signup_confirm_html.introductory_video', :introductory_video_link => link_to(t('notifier.signup_confirm_html.video_to_openstreetmap'), "http://showmedo.com/videos/video?name=1800000&fromSeriesID=180")) %> <%= raw(t'notifier.signup_confirm_html.more_videos', :more_videos_link => link_to(t('notifier.signup_confirm_html.more_videos_here'), "http://showmedo.com/videos/series?name=mS2P1ZqS6")) %>