提交 bf305f20 编写于 作者: F 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
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
.nav-controls .nav-controls
- if @todos.any?(&:pending?) - 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 = 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 Mark all as done
= icon('spinner spin') = icon('spinner spin')
......
---
title: align Mark all as done with other Done buttons on Todos page
merge_request:
author:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册