diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-04 11:44:19 +1000 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-04 11:44:19 +1000 |
commit | 2379bc5ab9889528c1a6e61fdd5409700ac56b80 (patch) | |
tree | eeaf7c264cde63ec2852e878febe25e90c8bf968 /lib | |
parent | 11fb3fc50cb8a127cafb191e32f191aebdcdb7bc (diff) |
Make advanced search link in help sidebar point at advancedsearch rather than search
Diffstat (limited to 'lib')
-rw-r--r-- | lib/views/help/_sidebar.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/help/_sidebar.rhtml b/lib/views/help/_sidebar.rhtml index 92dd49a..e5d345c 100644 --- a/lib/views/help/_sidebar.rhtml +++ b/lib/views/help/_sidebar.rhtml @@ -9,7 +9,7 @@ <li><%= link_to_unless_current "Credits", "/help/credits" %></li> <li><%= link_to_unless_current "Programmers API", "/help/api" %></li> <li><%= link_to_unless_current "Help us", "/help/help_out" %></li> - <li><%= link_to_unless_current "Advanced search", "/search" %></li> + <li><%= link_to_unless_current "Advanced search", "/advancedsearch" %></li> </ul> <h2 id="contact">Contact us</h2> |