Commit 97ef44b5 authored by Rémy Coutable's avatar Rémy Coutable

Fix conflicts in views

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 9da17eb1
...@@ -15,11 +15,7 @@ ...@@ -15,11 +15,7 @@
= render "projects/issues/head" = render "projects/issues/head"
.hidden-xs.hidden-sm .hidden-xs.hidden-sm
<<<<<<< HEAD
= render 'shared/issuable/search_bar', type: :boards, board: board = render 'shared/issuable/search_bar', type: :boards, board: board
=======
= render 'shared/issuable/search_bar', type: :boards
>>>>>>> ce/master
#board-app.boards-app{ "v-cloak" => true, data: board_data } #board-app.boards-app{ "v-cloak" => true, data: board_data }
.boards-list{ ":class" => "{ 'is-compact': detailIssueVisible }" } .boards-list{ ":class" => "{ 'is-compact': detailIssueVisible }" }
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
%span.dropdown-label-box{ style: 'background: {{color}}' } %span.dropdown-label-box{ style: 'background: {{color}}' }
%span.label-title.js-data-value %span.label-title.js-data-value
{{title}} {{title}}
<<<<<<< HEAD
- if type == :issues || type == :boards - if type == :issues || type == :boards
#js-dropdown-weight.dropdown-menu{ data: { icon: 'balance-scale', hint: 'weight', tag: 'weight' } } #js-dropdown-weight.dropdown-menu{ data: { icon: 'balance-scale', hint: 'weight', tag: 'weight' } }
%ul{ 'data-dropdown' => true } %ul{ 'data-dropdown' => true }
...@@ -106,8 +106,6 @@ ...@@ -106,8 +106,6 @@
%li.filter-dropdown-item{ 'data-value' => "#{weight}" } %li.filter-dropdown-item{ 'data-value' => "#{weight}" }
%button.btn.btn-link= weight %button.btn.btn-link= weight
=======
>>>>>>> ce/master
.filter-dropdown-container .filter-dropdown-container
- if type == :boards - if type == :boards
- if can?(current_user, :admin_list, @project) - if can?(current_user, :admin_list, @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