From d10a2089949095640d10db444001379032cc2464 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Fri, 27 Feb 2015 15:22:57 +0000 Subject: Don't show two 'Make a request' buttons if there's no contact info. --- app/helpers/public_body_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/helpers') diff --git a/app/helpers/public_body_helper.rb b/app/helpers/public_body_helper.rb index d8a5d57b5..4a71f89ab 100644 --- a/app/helpers/public_body_helper.rb +++ b/app/helpers/public_body_helper.rb @@ -21,7 +21,7 @@ module PublicBodyHelper unless public_body.has_request_email? # Make the authority appear requestable to encourage users to help find - # the authroty's email address + # the authority's email address msg = link_to _("Make a request to this authority"), new_request_to_body_path(:url_name => public_body.url_name), :class => "link_button_green" -- cgit v1.2.3