aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrhenium <rhenium@rhe.jp>2014-05-04 06:32:19 +0900
committerrhenium <rhenium@rhe.jp>2014-05-04 06:32:19 +0900
commit60fce1b64880f09bf7cbb1f8dd42bb153c91522f (patch)
tree42c9a60954186bfdcaaf30c5c4c969ed8576fdb5
parent617dd54ef4d0ff8f73cad7d5611823c409b396b2 (diff)
downloadaclog-60fce1b64880f09bf7cbb1f8dd42bb153c91522f.tar.gz
fix link title for settings page
-rw-r--r--app/views/layouts/_base.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_base.html.haml b/app/views/layouts/_base.html.haml
index 83ddc9b..7dee1a6 100644
--- a/app/views/layouts/_base.html.haml
+++ b/app/views/layouts/_base.html.haml
@@ -52,7 +52,7 @@
%li= link_to "Discovered by", user_discovered_by_path(current_user.screen_name)
%li= link_to "Discovered users", user_discovered_users_path(current_user.screen_name)
%li.divider
- %li= link_to "Setting", settings_path
+ %li= link_to "Settings", settings_path
%li= link_to "Sign out", logout_path
- else
%li= link_to "Sign in", "/i/login?redirect_after_login=" + CGI.escape(request.fullpath), method: :post, class: "signup"