diff options
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 |