-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1054 from sul-dlss/remove-migration-msg
Remove migration messaging
- Loading branch information
Showing
4 changed files
with
0 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
debug: false | ||
folio_migration: false | ||
|
||
borrow_direct: | ||
api_key: '' | ||
|