|
|
@ -1,5 +1,6 @@ |
|
|
|
<div class="story-chapter"> |
|
|
|
<a class="anchor" id=input.chapter.id /> |
|
|
|
<h1 if(input.chapter.title) class="title color-primary">${input.chapter.title}</h1> |
|
|
|
<div class="metadata"> |
|
|
|
<div class="options color-menu"> |
|
|
|
<if-permitted user=input.user author=input.chapter.author permission="chapter.edit"> |
|
|
@ -12,7 +13,6 @@ |
|
|
|
<a on-click("open", "remove") >Remove</a> |
|
|
|
</if-permitted> |
|
|
|
</div> |
|
|
|
<chapter-meta kind="title" value=input.chapter.title /> |
|
|
|
<chapter-meta kind="date" utc=true value=input.chapter.fictionalDate /> |
|
|
|
<chapter-meta weak kind="date" value=input.chapter.createdDate /> |
|
|
|
<chapter-meta weak kind="author" value=input.chapter.author /> |
|
|
|