Skip to content

Commit

Permalink
Open attachments in new tab (#7917)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasals committed Apr 29, 2021
1 parent 4f64ffa commit 51e4c5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="card--list__item">
<div class="card--list__text">
<div>
<a href="<%= document.url %>" class="card__link">
<a href="<%= document.url %>" class="card__link" target="_blank">
<h4 class="card--list__heading heading6">
<%= attachment_title(document) %> <small><%= document.file_type %> <%= number_to_human_size(document.file_size) %></small>
</h4>
Expand Down

0 comments on commit 51e4c5c

Please sign in to comment.