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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-19 21:37:29 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 17:12:05 +0300
commitd80678c0da431517498ddf54d3b439498177e696 (patch)
tree1bbb253381c35658b9cbf479fcf7ff70d639bd7b /app/views/dashboard
parentce78813c2abb8e65739a0a95d8044e3dca1bfbe6 (diff)
Improve tasks page list UI
Diffstat (limited to 'app/views/dashboard')
-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)