diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 13:57:28 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 14:47:02 +1100 |
commit | 902631ec4f5e1a16b8f08a2ed0ccc86ad2b72c6c (patch) | |
tree | 87462de4229fa19519260ca76212affbd884e82a /app/views/admin_general/index.rhtml | |
parent | 4c9f7f7f12a47b516137bf000c3f36120033a077 (diff) |
Stop using admin_url to generate absolute url for the admin interface
Diffstat (limited to 'app/views/admin_general/index.rhtml')
-rw-r--r-- | app/views/admin_general/index.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_general/index.rhtml b/app/views/admin_general/index.rhtml index a7dfba90f..3b4a86a58 100644 --- a/app/views/admin_general/index.rhtml +++ b/app/views/admin_general/index.rhtml @@ -97,7 +97,7 @@ <% end %> </ul> - <p>(<%= link_to "Full list", admin_url("unclassified") %>, or play public + <p>(<%= link_to "Full list", admin_request_list_old_unclassified_url %>, or play public <%= link_to "Categorisation game", categorise_play_url(:only_path => true) %>) </p> <% end %> |