diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-27 09:58:50 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-27 09:58:50 +0100 |
commit | a1810a63063bc7d0caf02daf2a81f9f4463b4c91 (patch) | |
tree | d064ee2ea13ba87aa12647b80f5af26f7ad2a682 | |
parent | 58bfbd1d0d2f6b3f62c019e0be0da63cf0bc1b76 (diff) | |
parent | 53aea1fae993ed2feb74acb5e0e42ce930df8e82 (diff) |
Merge remote-tracking branch 'henare_github/public-authorities-title' into develop
-rw-r--r-- | app/views/public_body/list.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/list.rhtml b/app/views/public_body/list.rhtml index 2d6f07aea..1b45ce616 100644 --- a/app/views/public_body/list.rhtml +++ b/app/views/public_body/list.rhtml @@ -33,7 +33,7 @@ </p> </div> -<% @title = _("Public authorities - {{description}}", :description => @description) %> +<% @title = @description.empty? ? _("Public authorities") : _("Public authorities - {{description}}", :description => @description) %> <div id="left_column_flip"> <h1><%= _('Public authorities') %></h1> |