X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dc9b0e8c948994d65c592bbc79ed3e6efc11a49d..3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5:/app/views/notifier/signup_confirm.html.erb?ds=sidebyside diff --git a/app/views/notifier/signup_confirm.html.erb b/app/views/notifier/signup_confirm.html.erb index 5b7566fba..0c154c968 100644 --- a/app/views/notifier/signup_confirm.html.erb +++ b/app/views/notifier/signup_confirm.html.erb @@ -1,21 +1,24 @@ -
<%= t'notifier.signup_confirm_html.greeting' %>
+<%= t("notifier.signup_confirm.greeting") %>
-<%= t'notifier.signup_confirm_html.hopefully_you' %> - <%= SERVER_URL %>.
+<%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %>
-<%= t'notifier.signup_confirm_html.click_the_link' %>
+<% if @url -%> +<%= t("notifier.signup_confirm.confirm") %>
-<%= raw(link_to @url, @url) %>
+<%= link_to @url, @url %>
+<% 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")) %>
+<%= t("notifier.signup_confirm.welcome") %>
-<%= raw(t'notifier.signup_confirm_html.get_reading') %>
+<%= 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"))) %>
-<%= raw(t'notifier.signup_confirm_html.ask_questions') %>
+<%= raw(t("notifier.signup_confirm_html.get_reading")) %>
-<%= raw(t'notifier.signup_confirm_html.wiki_signup') %>
+<%= raw(t("notifier.signup_confirm_html.ask_questions")) %>
-<%= raw(t'notifier.signup_confirm_html.user_wiki_page') %>
+<%= raw(t("notifier.signup_confirm_html.wiki_signup")) %>
-<%= raw(t'notifier.signup_confirm_html.current_user') %>
+<%= raw(t("notifier.signup_confirm_html.user_wiki_page")) %>
+ +<%= raw(t("notifier.signup_confirm_html.current_user")) %>