Skip to content

Commit

Permalink
Remove extra caret (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer authored and camillevilla committed Jan 16, 2020
1 parent bc36c0f commit 6491089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_user_util_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<%= render '/spotlight/shared/locale_picker' %>
<% if current_user %>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><%=current_user%> <b class="caret"></b></a>
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><%=current_user%></a>
<ul class="dropdown-menu">
<% if current_exhibit and can? :curate, current_exhibit %>
<li><%= link_to t('spotlight.dashboards.show.header'), spotlight.exhibit_dashboard_path(current_exhibit) %></li>
Expand Down

0 comments on commit 6491089

Please sign in to comment.