-
Notifications
You must be signed in to change notification settings - Fork 4
TEMP: hide status, and add temp links to view more sidebar #134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,12 +40,12 @@ | |
| </div> | ||
| <div class="col1q-r"> | ||
| <div class="bit"> | ||
| <h3>Supporting content</h3> | ||
| <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr: </p> | ||
| <h3>Other options</h3> | ||
| <p>If you're not finding what you need, you can try one of these: </p> | ||
| <ul> | ||
| <li class=""><a href="">Sed diam nonumy eirmod</a></li> | ||
| <li class=""><a href="">Tempor invidunt ut labore</a></li> | ||
| <li class=""><a href="">Dolore magna aliquyam</a></li> | ||
| <li class="http://libraries.mit.edu/bartonplus"><a href="library.mit.edu">Search in BartonPlus</a></li> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This css class is probably not what you intended ;) Also, is there a reason we don't consistently use https when linking to libraries.mit.edu?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... and this is why we have code reviews before merge. 😞 and yes, we should be linking with https. I'll make any changes in the next PR. |
||
| <li class=""><a href="http://libraries.mit.edu/worldcat">Search in WorldCat</a></li> | ||
| <li class=""><a href="https://libraries.mit.edi/ask">Ask a Librarian</a></li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line shows us the cached status from EDS. It is displayed if anything goes wrong when requesting the realtime information. The text should reflect that it is not realtime information. I don't particularly care what exactly we say, but we should make it clear it is not realtime.