aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/admin_helper.rb
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-03-08 14:13:30 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-03-08 14:13:30 +1100
commite5ce4228d0b11a9ac74fd62d7c5adcc272e87a57 (patch)
tree3bc544ddb47fa571ac76a0da1862510b810ef733 /app/helpers/admin_helper.rb
parent8b8341d4365c681a2b0576021e622a21a46aaa97 (diff)
Inline helper
Diffstat (limited to 'app/helpers/admin_helper.rb')
-rw-r--r--app/helpers/admin_helper.rb4
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