Skip to content

Commit

Permalink
Fix li close tag
Browse files Browse the repository at this point in the history
  • Loading branch information
corylown committed Sep 18, 2024
1 parent 57f4092 commit 3058fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_user_util_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown"><%=current_user%> <b class="caret"></b></a>
<ul class="dropdown-menu">
<% if can? :manage, Spotlight::Site.instance %>
<li><%= link_to t(:'spotlight.header_links.edit_site'), spotlight.edit_site_path, class: 'dropdown-item' %></lir>
<li><%= link_to t(:'spotlight.header_links.edit_site'), spotlight.edit_site_path, class: 'dropdown-item' %></li>
<% end %>
<% if can? :create, Spotlight::Exhibit %>
<li>
Expand Down

0 comments on commit 3058fd2

Please sign in to comment.