Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-17 15:54:02 +0300
committerPhil Hughes <me@iamphill.com>2016-03-17 15:54:02 +0300
commit421215e3385860af42530895c22021c0704275e2 (patch)
tree1da835043cf34e61729a6660829cf8a513e052c6 /app/views/dashboard
parent8f8720209f1f325042cbe3f134797c85cc0c64c4 (diff)
Removed the flash success message
Removes the group if empty
Diffstat (limited to 'app/views/dashboard')
-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