Commit bf305f20 authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents 73c98a34 69482f1c
......@@ -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')
......
---
title: align Mark all as done with other Done buttons on Todos page
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment