Skip to content

Commit

Permalink
NBBIB-453 Correct journal_article x thesis citation swap
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Aug 19, 2024
1 parent 4cd3f47 commit 10bb725
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@

<div id="ref-picture" class="col-sm-4">
<div id="ref-cite">
<a data-dialog-type="modal" href="/cite/thesis/{{ content.id }}" id="cite-open" class="use-ajax btn btn-secondary btn-sm fw-normal lh-lg float-end">
Cite this thesis
<a data-dialog-type="modal" href="/cite/journal_article/{{ content.id }}" id="cite-open" class="use-ajax btn btn-secondary btn-sm fw-normal lh-lg float-end">
Cite this journal article
</a>
</div>
{{ content.cover_image|field_value }}
Expand Down

0 comments on commit 10bb725

Please sign in to comment.