Skip to content

Commit

Permalink
Merge pull request #1647 from thostetler/add-permalink-abstract-page
Browse files Browse the repository at this point in the history
Add permalink to abstract page
  • Loading branch information
ehenneken authored Nov 28, 2018
2 parents 2ea0145 + 1d01511 commit ae5652d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/js/widgets/abstract/templates/abstract_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ <h4 class="sr-only">Abstract</h4>

<dt>Bibcode</dt>
<dd>{{bibcode}} <i class="icon-help" data-toggle="popover" data-content="The bibcode is assigned by the ADS as a unique identifier for the paper."></i></dd>
<dt>Permalink:</dt>
<dd>
<a href="#abs/{{bibcode}}/abstract">
<div class="sr-only">Permalink to abstract</div>
<i class="fa fa-link"></i>
</a>
</dd>

{{#if keyword}}
<div id="keywords">
Expand Down

0 comments on commit ae5652d

Please sign in to comment.