summaryrefslogtreecommitdiff
path: root/app/views/dashboard/todos/_todo.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-17 12:54:02 +0000
committerPhil Hughes <me@iamphill.com>2016-03-17 12:54:02 +0000
commit421215e3385860af42530895c22021c0704275e2 (patch)
tree1da835043cf34e61729a6660829cf8a513e052c6 /app/views/dashboard/todos/_todo.html.haml
parent8f8720209f1f325042cbe3f134797c85cc0c64c4 (diff)
downloadgitlab-ce-421215e3385860af42530895c22021c0704275e2.tar.gz
Removed the flash success message
Removes the group if empty
Diffstat (limited to 'app/views/dashboard/todos/_todo.html.haml')
-rw-r--r--app/views/dashboard/todos/_todo.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/dashboard/todos/_todo.html.haml b/app/views/dashboard/todos/_todo.html.haml
index b7deb9da543..42f3cf4de02 100644
--- a/app/views/dashboard/todos/_todo.html.haml
+++ b/app/views/dashboard/todos/_todo.html.haml
@@ -16,7 +16,9 @@
- if todo.pending?
.todo-actions.pull-right
- = link_to 'Done', [:dashboard, todo], method: :delete, class: 'btn done-todo'
+ = link_to [:dashboard, todo], method: :delete, class: 'btn btn-loading done-todo' do
+ = icon('spinner spin')
+ Done
.todo-body
.todo-note