Skip to content

Commit

Permalink
Merge pull request #892 from sul-dlss/update-links
Browse files Browse the repository at this point in the history
Update links for D9 website
  • Loading branch information
cbeer authored Jul 31, 2023
2 parents d8515bb + d28b5ad commit 6fd8a47
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 34 deletions.
12 changes: 6 additions & 6 deletions app/views/checkouts/_policies.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<h2>Policies &amp; information</h2>
<ul class="list-unstyled">
<li>
<%= link_to 'https://library.stanford.edu/using/borrow-renew-return/renew', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Renewal policies
<%= link_to 'https://library.stanford.edu/services/borrow', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Borrowing and renewals
<% end %>
</li>
<li>
<%= link_to 'https://library.stanford.edu/using/borrow-renew-return/did-you-lose-item', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Did you lose an item?
<%= link_to 'https://library.stanford.edu/proxy-borrowing', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Proxy borrowing
<% end %>
</li>
<li>
<%= link_to 'https://library.stanford.edu/using/borrow-renew-return/return', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Returning items by mail
<%= link_to 'https://library.stanford.edu/borrowdirect', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> About BorrowDirect
<% end %>
</li>
</ul>
Expand Down
17 changes: 0 additions & 17 deletions app/views/fines/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,3 @@
<h2>History</h2>
<%= link_to 'Show history', payments_path, class: 'btn btn-info', remote: true, data: { type: :json } %>
</div>
<div class="page-section">
<h2>Policies &amp; information</h2>
<ul class="list-unstyled">
<li>
<%= link_to 'https://library.stanford.edu/using/borrow-renew-return/fines-and-fees', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Fines and fees
<% end %>
</li>
<li>
<%= link_to 'https://library.stanford.edu/using/borrow-renew-return/pay-or-contest-fine', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Pay or contest a fine
<% end %>
</li>
</ul>
</div>
4 changes: 2 additions & 2 deletions app/views/sessions/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

<ul class="list-unstyled">
<li>
<%= link_to 'https://library.stanford.edu/using/access-and-privileges', target: '_blank' do %>
<%= link_to 'https://library.stanford.edu/services/borrow', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Access &amp; privileges
<% end %>
</li>
<li>
<%= link_to 'https://library.stanford.edu/using/access-and-privileges/privileges-university-library-affiliates/fee-based-library-memberships', target: '_blank' do %>
<%= link_to 'https://library.stanford.edu/visitor-access', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Fee-based library memberships
<% end %>
</li>
Expand Down
13 changes: 4 additions & 9 deletions app/views/summaries/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,13 @@
<h2>Policies &amp; information</h2>
<ul class="list-unstyled">
<li>
<%= link_to 'https://library.stanford.edu/using/borrow-renew-return', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Circulation policy
<%= link_to 'https://library.stanford.edu/services/borrow', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Borrowing and renewals
<% end %>
</li>
<li>
<%= link_to 'https://library.stanford.edu/using/borrow-renew-return/borrower-responsibilities', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Borrower responsibilities
<% end %>
</li>
<li>
<%= link_to 'https://library.stanford.edu/using/access-and-privileges/suspended-privileges', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Suspended privileges
<%= link_to 'https://library.stanford.edu/library-accessibility', target: '_blank' do %>
<%= sul_icon :'sharp-open_in_new-24px' %> Library accessibility resources
<% end %>
</li>
</ul>
Expand Down

0 comments on commit 6fd8a47

Please sign in to comment.