diff options
author | francis <francis> | 2008-04-08 20:11:31 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-08 20:11:31 +0000 |
commit | 52ac91b2bc2428fef39dbc9d0f993247e7f9c6fd (patch) | |
tree | ce0d8aa2239200bfc155384bac065a01c8636a7d | |
parent | 75e164e9d3dd687619c2af540323712ef82af2df (diff) |
It's called WhatDoTheyKnow now, not FOIFA
-rw-r--r-- | app/views/layouts/admin.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/admin.rhtml b/app/views/layouts/admin.rhtml index 6972f6300..372b15d9b 100644 --- a/app/views/layouts/admin.rhtml +++ b/app/views/layouts/admin.rhtml @@ -2,7 +2,7 @@ <html lang="en-gb"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" > - <title>FOIFA admin<%= @title ? ":" : "" %> <%=@title%></title> + <title>WhatDoTheyKnow admin<%= @title ? ":" : "" %> <%=@title%></title> <% # Have to do explicit tag for stylesheet, to get absolute path on main server %> @@ -10,7 +10,7 @@ </head> <body> - <p><b>FOIFA admin interface:</b> + <p><b>WhatDoTheyKnow admin interface:</b> <%= link_to 'Overview', admin_url('') %> | <%= link_to 'Timeline', admin_url('timeline') %> | <%= link_to 'Public bodies', admin_url('body/list') %> |