Skip to content

Commit

Permalink
Update links under More at Stanford
Browse files Browse the repository at this point in the history
Fixes #2325
  • Loading branch information
jcoyne committed Jul 28, 2023
1 parent ca281fc commit df1e8a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/shared/_site_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
<span class="d-md-none d-lg-inline">More</span> at Stanford
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
<%= link_to "Other library collections at Stanford",
"http://library.stanford.edu/collections", class: 'dropdown-item' %>
<%= link_to "Explore library collections at Stanford",
"https://library.stanford.edu/explore-collections", class: 'dropdown-item' %>
<%= link_to "Special Collections & University Archives",
"http://library.stanford.edu/spc", class: 'dropdown-item' %>
<%= link_to "Giving to Stanford Libraries",
"http://library.stanford.edu/department/library-communications-and-development", class: 'dropdown-item' %>
"https://library-prod.stanford.edu/libraries/special-collections", class: 'dropdown-item' %>
<%= link_to "Support the Stanford Libraries",
"https://library.stanford.edu/support-stanford-libraries", class: 'dropdown-item' %>
</div>
</li>
<% if can?([:create, :manage], Spotlight::Exhibit) || can?(:manage, Spotlight::Site.instance) %>
Expand Down

0 comments on commit df1e8a0

Please sign in to comment.