From 37e6d6a722f2739ddcf6347f85352d78a39c7cbf Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 4 Oct 2010 15:27:53 -0300 Subject: [PATCH] Fix syntax error in template --- app/views/scrap/notifier/mail.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/scrap/notifier/mail.rhtml b/app/views/scrap/notifier/mail.rhtml index 0c00eba..ec88a61 100644 --- a/app/views/scrap/notifier/mail.rhtml +++ b/app/views/scrap/notifier/mail.rhtml @@ -6,7 +6,7 @@ <%= word_wrap(@scrap_content) %> ------------------------------------------------------------------------------- -<%= _('View this scrap on the wall'): %> +<%= _('View this scrap on the wall') %>: <%= url_for @wall_url %> <%= _("Greetings,") %> -- libgit2 0.21.2