Skip to content

Commit

Permalink
change link for works
Browse files Browse the repository at this point in the history
addresses #88
  • Loading branch information
kjgarza committed Feb 14, 2020
1 parent 6a23f6b commit efb955f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/datacite/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown" id="account_menu_link"><%= current_user.display_name %> <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><%= link_to "#{icon('cog')} Settings".html_safe, setting_path("me") %></li>
<li><%= link_to "#{icon('files-o')} Works".html_safe, "#{ENV['SEARCH_URL']}/people/#{current_user.orcid}" %></li>
<li><%= link_to "#{icon('files-o')} Works".html_safe, "#{ENV['BRACCO_URL']}/users/#{current_user.orcid}" %></li>
<% if ENV['ORCID_CLIENT_ID'].present? %>
<li class="divider"></li>
<li><%= link_to "#{icon('external-link')} ORCID Record".html_safe, "#{ENV['ORCID_URL']}/#{current_user.orcid}" %></li>
Expand Down

0 comments on commit efb955f

Please sign in to comment.