Skip to content

Commit

Permalink
move opus number into preview title, close #266
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed May 24, 2019
1 parent 3f97161 commit 554b573
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/includes/preview-works.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
</div>
<div class="media-body">
<h3 class="media-heading">
<!--<a data-template="app:preview-title">Work Title</a>-->
<a data-template="app:preview-title">Work Title</a>
<a data-template="app:preview-opus-no">Opus number</a>
<a data-template="app-shared:set-attr" data-template-attr="href" data-template-key="docURL">
<span data-template="app:preview-title">Work Title</span>
<span data-template="app:preview-opus-no">Opus number</span>
</a>
</h3>
<h4 class="media-heading" data-template="app:preview-subtitle">Some subtitle</h4>
<p data-template="app-shared:each" data-template-from="relators" data-template-to="relator"><strong data-template="app:preview-relator-role"/>: <span data-template="app:preview-relator-name"/></p>
Expand Down

0 comments on commit 554b573

Please sign in to comment.