From d5ba4f7a15570299c74d0ce4eb17fe74a1670f1a Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sun, 12 Feb 2017 22:03:00 +0100 Subject: [PATCH] update docs --- app-src/scripts/dialogs/help/help-task-list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-src/scripts/dialogs/help/help-task-list.html b/app-src/scripts/dialogs/help/help-task-list.html index a2059f70b93..bce8b2ceede 100644 --- a/app-src/scripts/dialogs/help/help-task-list.html +++ b/app-src/scripts/dialogs/help/help-task-list.html @@ -34,7 +34,7 @@

An interactive example task

ng-if="vm.exampleTask.isUpdated" ng-click="vm.exampleTask.showNotes = true;"> - If shown, it means that the task was updated on Jira + If shown, it means that the task was updated on Jira or Github An interactive example task ng-class="{'is-active':vm.exampleTask.showNotes}" ng-click="vm.exampleTask.showNotes=!vm.exampleTask.showNotes"> - Opens a note section for the task. Jira comments are also shown here. + Opens a note section for the task. Jira or Github comments are also shown here. @@ -112,7 +112,7 @@

An interactive example task

aria-label="link" tabindex="2"> - Link to the original issue on Jira. Only shown for Jira tasks. + Link to the original issue on Jira or Github. Only shown for Jira or Github tasks. @@ -150,7 +150,7 @@

An interactive example task

- Shows remote changes made on Jira, when there have been made some. + Shows remote changes made on Jira or Github, when there have been made some.
Changes since last update