|
|
@ -1,4 +1,4 @@ |
|
|
|
<div if(!state.removed) class=["post", component.kindClass("post-type"), state.multipart ? "multipart" : null]> |
|
|
|
<div if(!state.removed) class=["post", component.kindClass("pk-"), state.multipart ? "multipart" : null]> |
|
|
|
<div class="post-meta-row"> |
|
|
|
<div class="options color-menu"> |
|
|
|
<if-permitted user=input.user permission="post.move"> |
|
|
@ -13,7 +13,7 @@ |
|
|
|
</if-permitted> |
|
|
|
</div> |
|
|
|
<post-meta kind="timestamp" value=input.post.time /> |
|
|
|
<post-meta kind="nick" value=input.post.nick /> |
|
|
|
<post-meta kind="nick" class=("pk-"+input.post.kind) value=input.post.nick /> |
|
|
|
</div> |
|
|
|
<div if(input.post.kind.startsWith("annotation.")) class="post-body" > |
|
|
|
<annotation level=(input.post.kind.substring(11))> |
|
|
|