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:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-05-17 05:28:48 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-05-17 05:28:48 +0300
commit256467f31080ac317228daba2cd74e810d918485 (patch)
tree9fcffa5a2fe25ae99591288b921b20420d1c35f9 /app/views/projects/labels
parent097f6f5ef86bb8cb8fbc8459ebce782647c7d8f1 (diff)
Revert table
Diffstat (limited to 'app/views/projects/labels')
-rw-r--r--app/views/projects/labels/index.html.haml12
1 files changed, 1 insertions, 11 deletions
diff --git a/app/views/projects/labels/index.html.haml b/app/views/projects/labels/index.html.haml
index 9d3213b0cda..725fd8107e8 100644
--- a/app/views/projects/labels/index.html.haml
+++ b/app/views/projects/labels/index.html.haml
@@ -28,17 +28,7 @@
#js-priority-labels-empty-state.priority-labels-empty-state{ class: "#{'hidden' unless @prioritized_labels.empty?}" }
= render 'shared/empty_states/priority_labels'
- if @prioritized_labels.present?
- %table
- %thead
- %tr
- %th
- %th
- %th
- %th
- %th
- %th
- %th
- %tbody.js-prioritized-labels-sortable= render partial: 'shared/label', subject: @project, collection: @prioritized_labels, as: :label
+ = render partial: 'shared/label', subject: @project, collection: @prioritized_labels, as: :label
- if @labels.present?
.other-labels