Improve tasks page list UI

parent ce78813c
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
class: 'select2 trigger-submit', include_blank: true, class: 'select2 trigger-submit', include_blank: true,
data: {placeholder: 'Action'}) data: {placeholder: 'Action'})
.tasks .prepend-top-default
- if @tasks.any? - if @tasks.any?
- @tasks.group_by(&:project).each do |group| - @tasks.group_by(&:project).each do |group|
.panel.panel-default .panel.panel-default.panel-small
- project = group[0] - project = group[0]
.panel-heading .panel-heading
= link_to project.name_with_namespace, namespace_project_path(project.namespace, project) = link_to project.name_with_namespace, namespace_project_path(project.namespace, project)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment