aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/_base.html.haml
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-05-31 22:39:18 +0900
committerrhenium <re4k@re4k.info>2013-05-31 22:39:18 +0900
commita0e5995cd5b8bea5f58b88b092a2f928682e8f20 (patch)
tree6842199ff226293940c3c10e5927904a4a54e338 /app/views/layouts/_base.html.haml
parent72fb7942e6ea02b7182a3442175332009d1dac14 (diff)
downloadaclog-a0e5995cd5b8bea5f58b88b092a2f928682e8f20.tar.gz
rewrite search
Diffstat (limited to 'app/views/layouts/_base.html.haml')
-rw-r--r--app/views/layouts/_base.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/_base.html.haml b/app/views/layouts/_base.html.haml
index 7494f89..ea416f9 100644
--- a/app/views/layouts/_base.html.haml
+++ b/app/views/layouts/_base.html.haml
@@ -14,6 +14,8 @@
%ul.nav.pull-right
%li
= link_to "about", about_path
+ %li
+ = link_to "search", search_path
- if logged_in?
%li= link_to "settings", settings_path
%li= link_to "logout", logout_path