From 9eb2d86824fa5475634d78446243234345213b40 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Sun, 31 May 2009 17:03:28 +0000 Subject: [PATCH] fix html email stuff --- app/views/notifier/signup_confirm.text.html.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/notifier/signup_confirm.text.html.rhtml b/app/views/notifier/signup_confirm.text.html.rhtml index a0b54add0..eaeb7dce8 100644 --- a/app/views/notifier/signup_confirm.text.html.rhtml +++ b/app/views/notifier/signup_confirm.text.html.rhtml @@ -7,7 +7,7 @@

<%= @url %>

-

<%= t'notifier.signup_confirm_html.introductory_video', :introductory_video_link => ('' + t('notifier.signup_confirm_html.video_to_openstreetmap') + '') %> <%= t'notifier.signup_confirm.more_videos', :more_videos_link => ('' + t('more_videos_here') + '') %> +

<%= t'notifier.signup_confirm_html.introductory_video', :introductory_video_link => ('' + t('notifier.signup_confirm_html.video_to_openstreetmap') + '') %> <%= t'notifier.signup_confirm_html.more_videos', :more_videos_link => ('' + t('notifier.signup_confirm_html.more_videos_here') + '') %>

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

@@ -15,4 +15,4 @@

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

-

<%= t'notifier.signup_confirm_html.current.user' %>

+

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

-- 2.43.2