summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-27 11:39:33 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-27 11:39:33 +0100
commit72d02821dd7658398d8a1d4366f45a38baba5658 (patch)
treecc91384f2651cfe897a99255bb4ad48c8248c6fa /app/views/dashboard
parent20ac35e924d3cae1d3eb61385edad20c90a2322d (diff)
downloadgitlab-ce-72d02821dd7658398d8a1d4366f45a38baba5658.tar.gz
Small css cleanup for todos featureimprove-todos-css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/todos/_todo.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/dashboard/todos/_todo.html.haml b/app/views/dashboard/todos/_todo.html.haml
index 6975f6ed0db..f878d36e739 100644
--- a/app/views/dashboard/todos/_todo.html.haml
+++ b/app/views/dashboard/todos/_todo.html.haml
@@ -1,11 +1,11 @@
%li{class: "todo todo-#{todo.done? ? 'done' : 'pending'}", id: dom_id(todo) }
- .todo-item{class: 'todo-block'}
+ .todo-item.todo-block
= image_tag avatar_icon(todo.author_email, 40), class: 'avatar s40', alt:''
.todo-title
- %span.author_name
+ %span.author-name
= link_to_author todo
- %span.todo_label
+ %span.todo-label
= todo_action_name(todo)
= todo_target_link(todo)