|
|
@ -8,11 +8,11 @@ |
|
|
|
<a on-click("open", "story.edit") class="color-menu">Edit</a> |
|
|
|
</if-permitted> |
|
|
|
<if-permitted user=input.user author=state.story.author permission="story.remove"> |
|
|
|
<a on-click("open", "story.remove") class="color-menu">Remove</a> |
|
|
|
<a on-click("open", "story.remove") class="color-menu">Remove</a> |
|
|
|
</if-permitted> |
|
|
|
</if> |
|
|
|
</div> |
|
|
|
<story-tags tags=state.story.tags author=state.story.author user=(!state.removed ? input.user : null) on-select("open", "story.tags")/> |
|
|
|
<story-tags tags=state.story.tags open=state.story.open author=state.story.author user=(!state.removed ? input.user : null) on-select("open", "story.tags")/> |
|
|
|
<annotation if(state.removed) level="error"> |
|
|
|
<p> |
|
|
|
This story has been removed. Your browser has not refreshed the page yet, |
|
|
|