aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/_base.html.haml
diff options
context:
space:
mode:
authorrhenium <rhenium@rhe.jp>2014-05-19 04:34:01 +0900
committerrhenium <rhenium@rhe.jp>2014-05-19 04:34:01 +0900
commit24ab59b1017c8e13263f43d8ca5b48d44b3a46bd (patch)
treeba32ad85ca02977cd39877e3107a6c6940a355c8 /app/views/layouts/_base.html.haml
parentb7c0f60ff15982d503379b8fcf78d85751486142 (diff)
downloadaclog-24ab59b1017c8e13263f43d8ca5b48d44b3a46bd.tar.gz
web: remove tweets#user_discoveries and tweets#user_discovered_by and create tweets#user_favorites and tweets#user_favorited_by.
Diffstat (limited to 'app/views/layouts/_base.html.haml')
-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 7dee1a6..bd076cd 100644
--- a/app/views/layouts/_base.html.haml
+++ b/app/views/layouts/_base.html.haml
@@ -48,7 +48,7 @@
%ul.dropdown-menu
%li= link_to "Best", user_path(current_user.screen_name)
%li= link_to "Timeline", user_timeline_path(current_user.screen_name)
- %li= link_to "Discoveries", user_discoveries_path(current_user.screen_name)
+ %li= link_to "Favorites", user_favorites_path(current_user.screen_name)
%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