Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Oct 5, 2020
1 parent dfe8a28 commit 512300c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/claims/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@

<div class="panel-body">
<h5>ORCID</h5>
<%= link_to h(claim.user_id), admin_users_path(query: "\"#{claim.user_id}\"") %>
<%= link_to h(claim.user_id), admin_users_path(query: claim.user_id) %>

<h5>DOI</h5>
<%= link_to h(claim.doi), "#{ENV['COMMONS_URL']}/doi.org/#{claim.doi}" %>
Expand Down

0 comments on commit 512300c

Please sign in to comment.