projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97522a
)
Make sure the diary link in the LHS navigation goes to the global diary.
author
Tom Hughes
<tom@compton.nu>
Sat, 23 Jun 2007 12:46:18 +0000
(12:46 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 23 Jun 2007 12:46:18 +0000
(12:46 +0000)
app/views/layouts/site.rhtml
patch
|
blob
|
history
diff --git
a/app/views/layouts/site.rhtml
b/app/views/layouts/site.rhtml
index 4194e14f785313518a6f727f8e189016856f55ff..e39c31b69fd27f2332ac0fd1f24c40563cc6ce90 100644
(file)
--- a/
app/views/layouts/site.rhtml
+++ b/
app/views/layouts/site.rhtml
@@
-72,7
+72,7
@@
<div id="left_menu">
<a href="http://wiki.openstreetmap.org">Help & Wiki</a><br />
-
<%= link_to "Users' diaries", {:controller => 'diary_entry', :action => 'list'
} %><br />
+
<%= link_to "Users' diaries", {:controller => 'diary_entry', :action => 'list', :display_name => nil
} %><br />
<a href="http://www.opengeodata.org/">News blog</a><br />
<a href="http://wiki.openstreetmap.org/index.php/Merchandise">Shop</a><br />
</div>