diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-19 16:37:29 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-20 12:12:05 -0200 |
commit | d80678c0da431517498ddf54d3b439498177e696 (patch) | |
tree | 1bbb253381c35658b9cbf479fcf7ff70d639bd7b /app/views/dashboard | |
parent | ce78813c2abb8e65739a0a95d8044e3dca1bfbe6 (diff) | |
download | gitlab-ce-d80678c0da431517498ddf54d3b439498177e696.tar.gz |
Improve tasks page list UI
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/tasks/index.html.haml | 4 |
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) |