diff options
author | Francis Irving <francis@mysociety.org> | 2010-02-23 22:49:58 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-02-23 22:49:58 +0000 |
commit | a516523d82a67983c4eda6b178bb4f12f813d7aa (patch) | |
tree | d3f83de6e7c64a771e13a53ce5263bed278cedb0 | |
parent | fe829aec704df665e5e0012a7e3e0f93b0406228 (diff) |
Add "of authority' to "Home page" link.
Not sure if this helps. Tried full name of authority but it was a bit
confusing / verbose.
-rw-r--r-- | app/views/public_body/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/show.rhtml b/app/views/public_body/show.rhtml index f28581cdd..788d83912 100644 --- a/app/views/public_body/show.rhtml +++ b/app/views/public_body/show.rhtml @@ -5,7 +5,7 @@ <%= render :partial => 'track/tracking_links', :locals => { :track_thing => @track_thing, :own_request => false, :location => 'sidebar' } %> <h2>More about this authority</h2> <% if !@public_body.calculated_home_page.nil? %> - <%= link_to "Home page", @public_body.calculated_home_page %><br> + <%= link_to "Home page of authority", @public_body.calculated_home_page %><br> <% end %> <% if !@public_body.publication_scheme.empty? %> <%= link_to "Publication scheme", @public_body.publication_scheme %><br> |