diff options
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb b/vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb index 714e59f..c50fbb8 100644 --- a/vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb +++ b/vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb @@ -9,14 +9,14 @@ </time> </div> <h1> - <%= link_to g.bands, g.url %> + <%= link_to g.bands, g.url, target: '_blank', rel: 'noopener noreferrer' %> </h1> <div class="gallery_link_meta"> <%= g.venue %> </div> </header> <section class="gallery_link_preview"> - <%= link_to image_tag(g.image.thumbnail(:medium).url), g.url %> + <%= link_to image_tag(g.image.thumbnail(:medium).url), g.url, target: '_blank', rel: 'noopener noreferrer' %> </section> <section class="gallery_link_description"> <%=raw g.description %> |