From f7a1b09639e5a76f430dce65d99a655d0ff39ed8 Mon Sep 17 00:00:00 2001 From: movilla Date: Wed, 21 Mar 2012 15:06:14 +0100 Subject: [PATCH] Fixed translation missing back-to-top --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index fc853ce40..7af102126 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -58,7 +58,7 @@ = yield - unless @landing_page - %a{:id=>"back-to-top", :title=>"#{I18n.t('.back_to_top')}", :href=>"#"} + %a{:id=>"back-to-top", :title=>"#{t('.back_to_top')}", :href=>"#"} ⇧ %footer