diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-01-20 12:17:38 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-01-20 12:17:40 +0000 |
commit | d72a342f32661a099686b2392aed95391217026b (patch) | |
tree | ecb52746ee37ffed283ea1a6be1b7b9247fe4ac6 | |
parent | d0f9ff5cc7b177e38755189b59267b1648a15ca6 (diff) |
Add admin navigation link to Configuration page.
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Admin.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin.pm b/perllib/FixMyStreet/App/Controller/Admin.pm index b2e0bdc2e..3e5a1a95a 100644 --- a/perllib/FixMyStreet/App/Controller/Admin.pm +++ b/perllib/FixMyStreet/App/Controller/Admin.pm @@ -1197,8 +1197,8 @@ sub set_allowed_pages : Private { 'questionnaire' => [_('Survey'), 4], 'users' => [_('Users'), 5], 'flagged' => [_('Flagged'), 6], - 'stats' => [_('Stats'), 6], - 'config' => [ undef, undef ], + 'stats' => [_('Stats'), 7], + 'config' => [ _('Configuration'), 8], 'user_edit' => [undef, undef], 'body' => [undef, undef], 'body_edit' => [undef, undef], |