diff options
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 eddd216d7..a7dfba90f 100644 --- a/app/views/admin_general/index.rhtml +++ b/app/views/admin_general/index.rhtml @@ -98,7 +98,7 @@ </ul> <p>(<%= link_to "Full list", admin_url("unclassified") %>, or play public - <%= link_to "Categorisation game", main_url(categorise_play_url(:only_path => true)) %>) + <%= link_to "Categorisation game", categorise_play_url(:only_path => true) %>) </p> <% end %> |