Skip to content

Commit

Permalink
viewing poems
Browse files Browse the repository at this point in the history
  • Loading branch information
cubap committed Jan 21, 2025
1 parent e4e06e8 commit b21e1a3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions public/javascripts/deer/components/view/poem.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ h1+.publication-info {
</style>
<h1>${UTILS.getLabel(obj)}</h1>
<span class="publication-info"></span>
<row>
<div class="row">
<div class="textSample card col">
${false ? true : `
[ Text Sample ]
Expand All @@ -84,13 +84,15 @@ h1+.publication-info {
</stanza>`}
</div>
<div class="col">
<div class="audioSample card">
<div class="audioSample card hidden">
<h3>Spoken Performance</h3>
<div class="card-body"></div>
</div>
<div class="poemMusic card">
<div class="poemMusic card hidden">
<div class="card-body"></div>
</div>
</div>
</row>
</div>
`
export default class DlaPoemDetail extends DeerView {
static get observedAttributes() { return [DEER.ID, DEER.LAZY, DEER.FINAL] }
Expand Down

0 comments on commit b21e1a3

Please sign in to comment.