diff --git a/src/components/StoryListItem.vue b/src/components/StoryListItem.vue index e86b4be..b9a2f0b 100644 --- a/src/components/StoryListItem.vue +++ b/src/components/StoryListItem.vue @@ -6,14 +6,28 @@ {{ story.id }}. {{ story.title }} - - {{ story.status }} - +
+ + + Private + + + + Security-related + + + + + + + {{ story.status | capitalize }} + +

- Created + Created on

@@ -34,12 +48,17 @@