Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-cr41g authored Sep 14, 2023
1 parent 6d376da commit 0717e9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/prmSearchResultListAfter.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<a href="/discovery/search?query={{$ctrl.queryString}}&tab={{$ctrl.tab}}&search_scope={{$ctrl.search_scope}}&vid={{$ctrl.vid}}&offset=0&pcAvailability=true" target="_self" class="img"><img src="custom/01UCSB_INST-UCSB/img/icon-article.png" width="35" height="35" alt="Article icon" /></a>
</div>
<div>
<p><a href="/discovery/search?query={{$ctrl.queryString}}&tab={{$ctrl.tab}}&search_scope={{$ctrl.search_scope}}&vid={{$ctrl.vid}}&offset=0&pcAvailability=true" target="_self">Articles available by request</a></p>
<p>Add articles available by Interlibrary Loan to your results</p>
<p><a href="/discovery/search?query={{$ctrl.queryString}}&tab={{$ctrl.tab}}&search_scope={{$ctrl.search_scope}}&vid={{$ctrl.vid}}&offset=0&pcAvailability=true" target="_self">Try your search again with expanded results</a></p>
<p>Results may not be immediately available at UCSB, but may be available to request via Interlibrary Loan.</p>
</div>
</md-list-item>
<md-list-item>
Expand Down Expand Up @@ -61,7 +61,7 @@
<a href="/discovery/blankIll?vid={{$ctrl.vid.replace(':', '%3A')}}" class="img"><img src="custom/01UCSB_INST-UCSB/img/icon-ill.png" width="35" height="35" /></a>
</div>
<div>
<p><a href="/discovery/blankIll?vid={{$ctrl.vid.replace(':', '%3A')}}">Manual Interlibrary Loan Form</a></p>
<p><a href="/discovery/blankIll?vid={{$ctrl.vid.replace(':', '%3A')}}">Place an Interlibrary Loan request</a></p>
</div>
</md-list-item>
</div>
Expand Down

0 comments on commit 0717e9e

Please sign in to comment.