From 46779a5339640201c2360856f7e6e664cf5e882d Mon Sep 17 00:00:00 2001 From: Zara Date: Thu, 17 Mar 2016 18:16:49 +0000 Subject: [PATCH] Make it easier to find 'add task' button The button was in the top-right of the tasks list, which meant new users could miss it, or worse, confuse it with the 'add' (tag) button. This moves the button to the bottom left of the task list, which is the first place a user is likely to look when they find a task is missing, and want to add one. Change-Id: I48c93bc272570a041e7c4437ff82fbd0611d4a04 --- src/app/stories/template/detail.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/app/stories/template/detail.html b/src/app/stories/template/detail.html index 21721d73..5437a95b 100644 --- a/src/app/stories/template/detail.html +++ b/src/app/stories/template/detail.html @@ -193,17 +193,7 @@ - - @@ -213,7 +203,7 @@ src="'/inline/task_list_item.html'"> - +
+ + +
Tasks - - - - - Add task - - + Tasks
+

This story has no tasks.

@@ -223,6 +213,18 @@ ng-include src="'/inline/task_edit_form.html'">
+ +