aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/_base.html.haml
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-05-28 16:06:55 +0900
committerrhenium <re4k@re4k.info>2013-05-28 16:06:55 +0900
commit55f7cae17ec78afadb27fd31c62a55c3bc6b47cf (patch)
tree6d02d963e14861fe3d71c18ace0a8c4587b2f344 /app/views/layouts/_base.html.haml
parent76f2450412b974ede2a904504cf5bffd28a01776 (diff)
downloadaclog-55f7cae17ec78afadb27fd31c62a55c3bc6b47cf.tar.gz
add account settings
Diffstat (limited to 'app/views/layouts/_base.html.haml')
-rw-r--r--app/views/layouts/_base.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/_base.html.haml b/app/views/layouts/_base.html.haml
index 868c269..907bd45 100644
--- a/app/views/layouts/_base.html.haml
+++ b/app/views/layouts/_base.html.haml
@@ -16,6 +16,7 @@
= link_to "about", about_path
- if logged_in?
%li= link_to "logout", logout_path
+ %li= link_to "settings", settings_path
%li= link_to session[:account].user.screen_name, user_best_path(session[:account].user.screen_name)
- else
%li= link_to "login", "/i/login"