From 967f2827bf61b8897bca253a7c46035e075f1143 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 8 May 2014 12:57:04 +1000 Subject: [PATCH] Make label consistent for Log in --- app/assets/javascripts/templates/login.html.haml | 2 +- app/views/shared/_signed_out.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/templates/login.html.haml b/app/assets/javascripts/templates/login.html.haml index 98281d1035..680edd86d7 100644 --- a/app/assets/javascripts/templates/login.html.haml +++ b/app/assets/javascripts/templates/login.html.haml @@ -1,5 +1,5 @@ %tab#login-content{"ng-controller" => "LoginCtrl", - heading: "Login", + heading: "Log in", active: "active(path)", select: "select(path)"} %form{"ng-submit" => "submit()"} diff --git a/app/views/shared/_signed_out.html.haml b/app/views/shared/_signed_out.html.haml index 660d75405f..aec309de0f 100644 --- a/app/views/shared/_signed_out.html.haml +++ b/app/views/shared/_signed_out.html.haml @@ -1,5 +1,5 @@ %li#login-link %a{"ng-click" => "open()"} %i.fi-lock - LOGIN + LOG IN