Skip to content

Commit

Permalink
Update lib/views/public_body/_more_info.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp authored Feb 9, 2024
1 parent 51a71ad commit 9773254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/public_body/_more_info.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<% if public_body.has_tag?('lon') %>
<% public_body.get_tag_values('lon').each do |tag_value| %>
<%= link_to _('London Stock Exchange'),
"https://www.londonstockexchange.com/stock/#{ tag_value }"/company-page %><br>
"https://www.londonstockexchange.com/stock/#{ tag_value }/company-page" %><br>
<% end %>
<% end %>
Expand Down

0 comments on commit 9773254

Please sign in to comment.