diff --git a/app/views/citations/_citation.html.erb b/app/views/citations/_citation.html.erb index f771b0b6..bbdde0d9 100644 --- a/app/views/citations/_citation.html.erb +++ b/app/views/citations/_citation.html.erb @@ -16,54 +16,53 @@ <% cache(citation, action: 'index') do %>
<%=citation.formatted(long: true) %> - <% if citation.doi.present? %> - DOI: <%= citation.doi %> + <% if citation.doi.present? %> + DOI: <%= link_to citation.doi, normalize_doi(citation.doi) %> <% end %>
<%= link_to 'show', citation_path(citation) %>
- <% end %>