Skip to content

Commit

Permalink
Merge pull request #1054 from sul-dlss/remove-migration-msg
Browse files Browse the repository at this point in the history
Remove migration messaging
  • Loading branch information
cbeer authored Feb 16, 2024
2 parents 37009ab + 4812d43 commit 93f9c66
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions app/views/reset_pins/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<h1>Reset/Request PIN</h1>
<div class="local-alert">
<p>
<strong>Stanford Libraries upgraded its system on August 27.</strong>
<br>
Proxy, fee, or courtesy account holders with a login PIN must request a new PIN.
Enter your Library ID below and submit the request.
</p>
</div>
<%= form_tag reset_pin_url, method: :post do %>
<div class="form-group">
<%= label_tag :library_id, 'Library ID' %>
Expand Down
9 changes: 0 additions & 9 deletions app/views/sessions/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@

<div class="page-section col-12 col-sm-6">
<h2><%= proxy_login_header %></h2>
<div class="local-alert">
<p>
<strong>Stanford Libraries upgraded its system on August 27.</strong>
<br>
Account holders with a login PIN must request a new PIN.
<br>
Select "Request a PIN" below.
</p>
</div>
<%= link_to 'Log in with PIN', login_url, class: 'btn btn-secondary' %>
<%= link_to 'Request a PIN', reset_pin_path, class: 'btn btn-link' %>
</div>
Expand Down
6 changes: 0 additions & 6 deletions app/views/shared/_unavailable.html.erb
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<div class="page-section">
<% if Settings.folio_migration %>
<h2>Unavailable due to system upgrade</h2>
<p>My Library Account will be unavailable August 19 through August 28 for a major system upgrade. <%= link_to 'More information', 'https://library.stanford.edu/news/major-system-upgrade-august-19-27' %></p>
<p>If you need help with your account, email <a href="mailto:[email protected]">[email protected]</a> or call (650) 723-1493.</p>
<% else %>
<h2>Temporarily unavailable</h2>
<p>We're sorry, My Library Account is unavailable while its underlying systems are undergoing maintenance. </p>
<p>If you need help with your account, email <a href="mailto:[email protected]">[email protected]</a> or call (650) 723-1493.</p>
<% end %>
</div>
1 change: 0 additions & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
debug: false
folio_migration: false

borrow_direct:
api_key: ''
Expand Down

0 comments on commit 93f9c66

Please sign in to comment.