Add class to use in JS and test, add flash error container
This commit is contained in:
parent
11f9b0e77c
commit
eed91391a0
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
.panel.panel-default.protected-branches-list
|
||||
.panel.panel-default.protected-branches-list.js-protected-branches-list
|
||||
- if @protected_branches.empty?
|
||||
.panel-heading
|
||||
%h3.panel-title
|
||||
|
@ -23,6 +23,8 @@
|
|||
- if can_admin_project
|
||||
%th
|
||||
%tbody
|
||||
%tr
|
||||
%td.flash-container{ colspan: 5 }
|
||||
= yield
|
||||
|
||||
= paginate @protected_branches, theme: 'gitlab'
|
||||
|
|
Loading…
Reference in a new issue