diff options
author | francis <francis> | 2008-04-09 02:17:45 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-09 02:17:45 +0000 |
commit | c1478a025bf24476c02e87680c3e882f497cd662 (patch) | |
tree | c65162c197099cea46b81cfad5b5ef3375633358 | |
parent | 06fd7f0f39d99b9953e0c0b32f029181a5a40fcb (diff) |
LInk from admin interface to home page of site is useful
-rw-r--r-- | app/views/layouts/admin.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.rhtml b/app/views/layouts/admin.rhtml index 0d717a8b1..a5e71efbc 100644 --- a/app/views/layouts/admin.rhtml +++ b/app/views/layouts/admin.rhtml @@ -10,7 +10,7 @@ </head> <body> - <p><b>WhatDoTheyKnow admin interface:</b> + <p><b><%= link_to 'WhatDoTheyKnow', main_url('/') %> admin interface:</b> <%= link_to 'Overview', admin_url('') %> | <%= link_to 'Timeline', admin_url('timeline') %> | <%= link_to 'Public authorities', admin_url('body/list') %> |