We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5599a commit 23106a5Copy full SHA for 23106a5
1 file changed
app/views/publications/show.html.erb
@@ -23,7 +23,12 @@
23
<dt>Publication date</dt>
24
<dd><%= @publication.journal_date %></dd>
25
<dt>DOI</dt>
26
- <dd><%= link_to(@publication.doi, @publication.url, target: '_blank') %></dd>
+ <dd>
27
+ <%= link_to(@publication.url, target: '_blank') do %>
28
+ <%= @publication.doi %>
29
+ <%= fa_icon('external-link-alt') %>
30
+ <% end %>
31
+ </dd>
32
</dl>
33
<%= render(partial: 'curator') %>
34
<br/>
0 commit comments