diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-06-04 10:31:23 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-06-04 10:32:54 +0100 |
commit | 38bba7d44eedfc1799d7134574639f4694a51c84 (patch) | |
tree | 066e389e0be345e2036117d7658f49b101e4fb5a | |
parent | e7e777aa044ed210578863fb7329644750820c37 (diff) |
Use @title for /body_statistics title
Ensures other installs get the translated version.
-rw-r--r-- | app/views/public_body/statistics.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/statistics.html.erb b/app/views/public_body/statistics.html.erb index d935a9e47..018fba6c8 100644 --- a/app/views/public_body/statistics.html.erb +++ b/app/views/public_body/statistics.html.erb @@ -1,6 +1,6 @@ <% @title = _("Public Body Statistics") %> <div id="main_content"> - <h1>Public Body Statistics</h1> + <h1><%= @title %></h1> <p><%= _("This page of public body statistics is currently \ experimental, so there are some caveats that should be borne \ |