summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-19 16:37:29 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 12:12:05 -0200
commitd80678c0da431517498ddf54d3b439498177e696 (patch)
tree1bbb253381c35658b9cbf479fcf7ff70d639bd7b
parentce78813c2abb8e65739a0a95d8044e3dca1bfbe6 (diff)
downloadgitlab-ce-d80678c0da431517498ddf54d3b439498177e696.tar.gz
Improve tasks page list UI
-rw-r--r--app/views/dashboard/tasks/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/tasks/index.html.haml b/app/views/dashboard/tasks/index.html.haml
index 949006be886..4b6e3d83e62 100644
--- a/app/views/dashboard/tasks/index.html.haml
+++ b/app/views/dashboard/tasks/index.html.haml
@@ -35,10 +35,10 @@
class: 'select2 trigger-submit', include_blank: true,
data: {placeholder: 'Action'})
-.tasks
+.prepend-top-default
- if @tasks.any?
- @tasks.group_by(&:project).each do |group|
- .panel.panel-default
+ .panel.panel-default.panel-small
- project = group[0]
.panel-heading
= link_to project.name_with_namespace, namespace_project_path(project.namespace, project)