Add a "no tags yet" message on the Story Detail view
This commit is contained in:
parent
b20b79562e
commit
200a77df28
@ -29,6 +29,7 @@
|
||||
<div class="column-md">
|
||||
<div class="card">
|
||||
<h2>Tags</h2>
|
||||
<span v-if="!story.tags.length">This story has no tags yet.</span>
|
||||
<span class="tag" v-for="tag in story.tags" :key="tag">{{ tag }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user