summaryrefslogtreecommitdiff
path: root/app/views/dashboard/todos/_todo.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-17 13:08:59 +0000
committerPhil Hughes <me@iamphill.com>2016-03-17 13:08:59 +0000
commit41c107beccda574aefd3e5d992345087b2e0d848 (patch)
tree4289913a852453a663f1a12e6c0c9e456b96b76f /app/views/dashboard/todos/_todo.html.haml
parent421215e3385860af42530895c22021c0704275e2 (diff)
downloadgitlab-ce-41c107beccda574aefd3e5d992345087b2e0d848.tar.gz
Mark all as done through AJAX
Diffstat (limited to 'app/views/dashboard/todos/_todo.html.haml')
-rw-r--r--app/views/dashboard/todos/_todo.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/todos/_todo.html.haml b/app/views/dashboard/todos/_todo.html.haml
index 42f3cf4de02..4c848a50181 100644
--- a/app/views/dashboard/todos/_todo.html.haml
+++ b/app/views/dashboard/todos/_todo.html.haml
@@ -17,8 +17,8 @@
- if todo.pending?
.todo-actions.pull-right
= link_to [:dashboard, todo], method: :delete, class: 'btn btn-loading done-todo' do
- = icon('spinner spin')
Done
+ = icon('spinner spin')
.todo-body
.todo-note