aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/admin.rhtml (renamed from app/views/layouts/admin_public_body.rhtml)6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/layouts/admin_public_body.rhtml b/app/views/layouts/admin.rhtml
index 18d3caa61..947e65d33 100644
--- a/app/views/layouts/admin_public_body.rhtml
+++ b/app/views/layouts/admin.rhtml
@@ -4,11 +4,15 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <title>AdminPublicBody: <%= controller.action_name %></title>
+ <title>FOIFA admin: <%=controller.controller_name %> <%= controller.action_name %></title>
<%= stylesheet_link_tag 'scaffold' %>
</head>
<body>
+<p><b>FOIFA admin interface:</b>
+<%= link_to 'Public bodies', :controller => 'admin_public_body', :action => 'list' %>
+</p>
+
<p style="color: green"><%= flash[:notice] %></p>
<%= yield %>