From 9ec1b1bea5fc3aff0b159518f75375f878e24410 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 23 Jun 2007 12:46:18 +0000 Subject: [PATCH] Make sure the diary link in the LHS navigation goes to the global diary. --- app/views/layouts/site.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 4194e14f7..e39c31b69 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -72,7 +72,7 @@
Help & Wiki
- <%= link_to "Users' diaries", {:controller => 'diary_entry', :action => 'list'} %>
+ <%= link_to "Users' diaries", {:controller => 'diary_entry', :action => 'list', :display_name => nil} %>
News blog
Shop
-- 2.43.2