diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-24 16:48:55 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-24 16:48:55 +0100 |
commit | 8aa8a88d938173dd3aa382d33c48d7e6063f1844 (patch) | |
tree | 6b2783ee46a6efda5adfe815257e48b46a528d3e /app/helpers/link_to_helper.rb | |
parent | a500ae3334dd1cbd8a46e2515857ad05a1a43e30 (diff) |
more work in progress on search forms
Diffstat (limited to 'app/helpers/link_to_helper.rb')
-rwxr-xr-x | app/helpers/link_to_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index 34354a79b..1299e53eb 100755 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -79,7 +79,7 @@ module LinkToHelper link_to(h(public_body.name), main_url(public_body_url(public_body))) + " (" + link_to("admin", public_body_admin_url(public_body)) + ")" end def list_public_bodies_default - list_public_bodies_url(:tag => 'a') + list_public_bodies_url(:tag => 'all') end # Users |