diff options
author | Robin Houston <robin@lenny.robin> | 2011-06-14 15:14:53 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-06-14 15:14:53 +0100 |
commit | b7ab112a02f234c0d70dd126cb929a9031a0f08c (patch) | |
tree | 2db2ea69f691f78388547eac89cfd7117ff52f17 | |
parent | a911bd89419dc4c9ff1c7717885bf9a7684a68ea (diff) |
Remove a couple of residual WDTK-specific things from the admin layout.
-rw-r--r-- | app/views/layouts/admin.rhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/admin.rhtml b/app/views/layouts/admin.rhtml index a209715e1..5fe75fc97 100644 --- a/app/views/layouts/admin.rhtml +++ b/app/views/layouts/admin.rhtml @@ -8,12 +8,11 @@ <body> <p> - <strong><%= link_to 'WhatDoTheyKnow', main_url('/') %> admin:</strong> + <strong><%= link_to 'Alaveteli', main_url('/') %> admin:</strong> <%= link_to 'Summary', admin_general_index_path %> | <%= link_to 'Timeline', admin_timeline_path %> | <%= link_to 'Stats', admin_stats_path %> | <%= link_to 'Debug', admin_debug_path %> - | <%= link_to 'Wiki', "https://secure.mysociety.org/intranet/ProductionSites/WhatDoTheyKnow/WebHome" %> <strong>View:</strong> <%= link_to 'Authorities', admin_body_list_path %> | <%= link_to 'Requests', admin_request_list_path %> |