Skip to content

Commit

Permalink
omniauth test button
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Mar 5, 2024
1 parent 42b70b8 commit 1745d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_site_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<li><%= link_to "Tufts Digital Library", "http://dl.tufts.edu/" %></li>
<li><%= link_to "Tufts Archival Research Center", "http://tarc.tufts.edu" %></li>
<li><%= link_to "Tisch Library", "https://tischlibrary.tufts.edu/" %></li>
<li><%= link_to "Sign in Test", new_user_session_path, method: :post %></li>
</ul>
<% end %>
Expand All @@ -18,7 +19,6 @@
<% if can? :manage, Spotlight::Site.instance %>
<li><%= link_to t(:'spotlight.sites.edit.page_title'), spotlight.edit_site_path %></li>
<% end %>
<li><%= link_to "Sign in Test", new_user_session_path, method: :post %></li>
<% if can? :manage, Spotlight::Exhibit %>
<li><%= link_to t(:'spotlight.sites.edit_exhibits.page_title'), spotlight.edit_site_exhibits_path %></li>
Expand Down

0 comments on commit 1745d80

Please sign in to comment.