Skip to content

Commit

Permalink
Merge pull request #1839 from confirmordeny/master
Browse files Browse the repository at this point in the history
Adding link to FCA mutuals register and additional help text
  • Loading branch information
gbp authored Aug 13, 2024
2 parents 6f0176c + 8bd90d6 commit fe3d975
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/views/help/officers.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,11 @@
re-opened so that you can respond to it, please
<a href="<%= help_contact_path %>"> contact us</a>.
</p>
<p>
Any responses sent to closed threads receive an auto-response
letting the sender know what has happened and inviting them to get in touch
with us to ask for the thread to be re-opened.
</p>
</dd>
</dl>
<p>
Expand Down
7 changes: 7 additions & 0 deletions lib/views/public_body/_more_info.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@
<% end %>
<% end %>

<% if public_body.has_tag?('society') %>
<% public_body.get_tag_values('society').each do |tag_value| %>
<%= link_to _('Mutual registration'),
"https://mutuals.fca.org.uk/Search/Society/#{ tag_value }" %><br>
<% end %>
<% end %>

<% if public_body.has_tag?('urn') %>
<% public_body.get_tag_values('urn').each do |tag_value| %>
<%= link_to _('Establishment information'),
Expand Down

0 comments on commit fe3d975

Please sign in to comment.