Merge branch '29555-align-all-todo' into 'master'

align Mark all as done with other Done buttons on Todos page

Closes #29555

See merge request !10171
This commit is contained in:
Filipa Lacerda 2017-03-23 12:18:53 +00:00
commit bf305f2067
2 changed files with 11 additions and 6 deletions

View file

@ -19,6 +19,7 @@
.nav-controls
- if @todos.any?(&:pending?)
.append-right-default
= link_to destroy_all_dashboard_todos_path(todos_filter_params), class: 'btn btn-loading js-todos-mark-all', method: :delete, data: { href: destroy_all_dashboard_todos_path(todos_filter_params) } do
Mark all as done
= icon('spinner spin')

View file

@ -0,0 +1,4 @@
---
title: align Mark all as done with other Done buttons on Todos page
merge_request:
author: