aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortony <tony>2009-04-16 11:31:33 +0000
committertony <tony>2009-04-16 11:31:33 +0000
commit0b0953277ea833b0035812ce6608c5eee15d5437 (patch)
treecf7c54b34442b8ae5a1ccbef809d508e50144d24
parentec08e59f9b9e84a0efbc9caa5a7d5ee4b8ca64b7 (diff)
Link to different Charity Commission page that will (hopefully) work
even for Charities who have not yet filed their first return (e.g. London Transport Museum)
-rw-r--r--app/views/body/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/body/show.rhtml b/app/views/body/show.rhtml
index 82e304478..d95862239 100644
--- a/app/views/body/show.rhtml
+++ b/app/views/body/show.rhtml
@@ -11,7 +11,7 @@
<%= link_to "Publication scheme", @public_body.publication_scheme %><br>
<% end %>
<% if !@public_body.charity_number.empty? %>
- <%= link_to "Charity overview", 'http://www.charity-commission.gov.uk/SHOWCHARITY/RegisterOfCharities/CharityWithPartB.aspx?RegisteredCharityNumber=' + @public_body.charity_number %><br>
+ <%= link_to "Charity overview", 'http://www.charity-commission.gov.uk/SHOWCHARITY/RegisterOfCharities/CharityFramework.aspx?RegisteredCharityNumber=' + @public_body.charity_number %><br>
<% end %>
<%= link_to "View FOI email address", view_public_body_email_url(@public_body.url_name) %>
</div>