aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/_base.html.haml
diff options
context:
space:
mode:
authorrhenium <rhenium@rhe.jp>2014-05-04 06:09:00 +0900
committerrhenium <rhenium@rhe.jp>2014-05-04 06:09:00 +0900
commit0cec44246fce1ae6e61bda36f23ad0c4e49a026d (patch)
tree028aca9cb99832c082d7ad11bb726bf1edf6d2c8 /app/views/layouts/_base.html.haml
parent193d3cfde19324c910131afef57612ae87ecc776 (diff)
downloadaclog-0cec44246fce1ae6e61bda36f23ad0c4e49a026d.tar.gz
add some links to top page
Diffstat (limited to 'app/views/layouts/_base.html.haml')
-rw-r--r--app/views/layouts/_base.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/_base.html.haml b/app/views/layouts/_base.html.haml
index b509886..83ddc9b 100644
--- a/app/views/layouts/_base.html.haml
+++ b/app/views/layouts/_base.html.haml
@@ -53,7 +53,6 @@
%li= link_to "Discovered users", user_discovered_users_path(current_user.screen_name)
%li.divider
%li= link_to "Setting", settings_path
- %li= link_to "API", about_api_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"