aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb')
-rw-r--r--vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb4
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 %>