Skip to content

Commit

Permalink
Merge pull request #349 from a-thousand-channels/ut/348-weblink-targe…
Browse files Browse the repository at this point in the history
…t-blank

Set target for weblinks (refs #348)
  • Loading branch information
ut authored Oct 30, 2024
2 parents 8186437 + 495239b commit 6d26e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/places/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
=h @place.text.html_safe
%p
- if @place.link
=link_to @place.link do
= link_to @place.link, target: '_blank' do
= @place.link
- if @place.audio.attached?
%p
Expand Down

0 comments on commit 6d26e4d

Please sign in to comment.