Skip to content

Commit

Permalink
query quoted ORCID ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 4, 2021
1 parent 2f8a9a8 commit 18674cd
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 18674cd

Please sign in to comment.