diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-03-08 14:13:30 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-03-08 14:13:30 +1100 |
commit | e5ce4228d0b11a9ac74fd62d7c5adcc272e87a57 (patch) | |
tree | 3bc544ddb47fa571ac76a0da1862510b810ef733 /app/helpers/admin_helper.rb | |
parent | 8b8341d4365c681a2b0576021e622a21a46aaa97 (diff) |
Inline helper
Diffstat (limited to 'app/helpers/admin_helper.rb')
-rw-r--r-- | app/helpers/admin_helper.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb index c7f467760..1219629ee 100644 --- a/app/helpers/admin_helper.rb +++ b/app/helpers/admin_helper.rb @@ -33,9 +33,5 @@ module AdminHelper link_to(eye, user_url(user), :title => "view user's page on public website") + " " + link_to(h(user.name), admin_user_show_url(user), :title => "view full details") end - - def request_admin_link(info_request, name="admin", cls=nil) - link_to name, admin_request_show_url(info_request), :class => cls - end end |