Skip to content

Commit

Permalink
fixed bug on organisationally visible plans with DOIs
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Feb 11, 2021
1 parent 339d16a commit 71bd03d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<td>
<% doi = plan.doi %>
<% if doi.present? %>
<a href="<%= doi.value %>" target="_blank" class="has-new-window-popup-info"><%= id_presenter.id_for_display(id: doi, with_scheme_name: false).html_safe %></a>
<a href="<%= doi.value %>" target="_blank" class="has-new-window-popup-info"><%= id_for_display(id: doi, with_scheme_name: false) %></a>
<% end %>
</td>
<% end %>
Expand Down

0 comments on commit 71bd03d

Please sign in to comment.