From dc65bd7f45ac8d0d13783971b68b3fcee42dbadf Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Tue, 9 Sep 2014 17:13:19 +1000 Subject: [PATCH] comment out the button for allowing manual pushToBottom --- views/shared/tasks/task.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/shared/tasks/task.jade b/views/shared/tasks/task.jade index c1846e4737..168d30d61c 100644 --- a/views/shared/tasks/task.jade +++ b/views/shared/tasks/task.jade @@ -16,9 +16,9 @@ li(bindonce='list', bo-id='"task-"+task.id', ng-repeat='task in obj[list.type+"s span(ng-if='!obj._locked') a(ng-click='pushTask(task,$index,"top")', tooltip=env.t('pushTaskToTop')) span.glyphicon.glyphicon-open - a(ng-click='pushTask(task,$index,"bottom")', tooltip=env.t('pushTaskToBottom')) - span.glyphicon.glyphicon-import - // glyphicon-import or glyphicon-save or glyphicon-sort-by-attributes + // a(ng-click='pushTask(task,$index,"bottom")', tooltip=env.t('pushTaskToBottom')) + // span.glyphicon.glyphicon-import + // // glyphicon-import or glyphicon-save or glyphicon-sort-by-attributes a.badge(ng-if='task.checklist[0]', ng-class='{"badge-success":checklistCompletion(task.checklist) == task.checklist.length}', ng-click='collapseChecklist(task)', tooltip=env.t('expandCollapse')) {{checklistCompletion(task.checklist)}}/{{task.checklist.length}} span.glyphicon.glyphicon-tags(tooltip='{{Shared.appliedTags(user.tags, task.tags)}}', ng-hide='Shared.noTags(task.tags)')