From c4cdcc1ee1e7617ef0010759c7b3130c735c4308 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 6 Aug 2013 11:25:45 -0700 Subject: [PATCH] Interpolate URL --- app/views/site/welcome.html.erb | 2 +- config/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index 87fcd2281..da775e339 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -62,6 +62,6 @@

<%= t "welcome_page.add_a_note.title" %>

<%= t "welcome_page.add_a_note.paragraph_1_html" %>

-

<%= t "welcome_page.add_a_note.paragraph_2_html" %>

+

<%= t "welcome_page.add_a_note.paragraph_2_html", :map_url => root_path %>

\ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index 5115342fd..5a1cd3a51 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1189,7 +1189,7 @@ en: If you just want something small fixed and don't have the time to sign up and learn how to edit, it's easy to add a note. paragraph_2_html: | - Just go to the map and click the note icon: + Just go to the map and click the note icon: . This will add a marker to the map, which you can move by dragging. Add your message, then click save, and other mappers will investigate. notifier: -- 2.43.2