From 7e7cf34f6cd076eeb74388c6115092c632769bf3 Mon Sep 17 00:00:00 2001 From: Zara Date: Wed, 22 Jul 2015 12:22:50 +0000 Subject: [PATCH] Add 'Remove this story' button to detail page This adds a 'Remove this story' button next to the 'edit' and 'subscribe' buttons on the main story detail page. Previously, it was only possible to remove stories from the edit form, which was not the first place a new user would look. Change-Id: I55aa9c5b6184169890bc1e4f38ba08b3e35d676b --- src/app/stories/template/detail.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/stories/template/detail.html b/src/app/stories/template/detail.html index 7ccd09dd..9aa75ca7 100644 --- a/src/app/stories/template/detail.html +++ b/src/app/stories/template/detail.html @@ -51,7 +51,12 @@ + resource-id="story.id"> +

Author: