This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
-
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.
- Loading branch information
Showing
4 changed files
with
29 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
<% unless etas_argon_url_hash.fetch(:href, nil).blank? && document.record_owner == 'duke' %> | ||
<% unless etas_argon_url_hash.fetch(:href, nil).blank? %> | ||
<div class="<%= primary_link_class %>"> | ||
<ul> | ||
<li><%= link_to_fulltext_url(etas_argon_url_hash) %></li> | ||
</ul> | ||
<div class="etas-note-wrapper"> | ||
<dl class="dl-horizontal"> | ||
<dt><span class="url-note-label label label-info">Note</span></dt> | ||
<dd><span class="url-note">View a version of this item available temporarily from HathiTrust.</span></dd> | ||
</dl> | ||
</div> | ||
</div> | ||
<div class="<%= items_spacer_class %>"></div> | ||
<% end %> |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<% unless hathitrust_argon_url_hash.fetch(:href, nil).blank? %> | ||
<div class="<%= primary_link_class %>"> | ||
<ul> | ||
<li><%= link_to_open_access(hathitrust_argon_url_hash) %></li> | ||
</ul> | ||
<div class="etas-note-wrapper"> | ||
<dl class="dl-horizontal"> | ||
<dt><span class="url-note-label label label-info">Note</span></dt> | ||
<dd><span class="url-note">View a version of this item from HathiTrust.</span></dd> | ||
</dl> | ||
</div> | ||
</div> | ||
<div class="<%= items_spacer_class %>"></div> | ||
<% end %> |
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,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module DulArgonSkin | ||
VERSION = '1.6.9' | ||
VERSION = '1.6.10' | ||
end |