Commit d230b367 authored by Phil Hughes's avatar Phil Hughes

Fixed protected branches flash styling

parent 462f7942
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
%p.settings-message.text-center %p.settings-message.text-center
= s_("ProtectedBranch|There are currently no protected branches, protect a branch with the form above.") = s_("ProtectedBranch|There are currently no protected branches, protect a branch with the form above.")
- else - else
.flash-container
%table.table.table-bordered %table.table.table-bordered
%colgroup %colgroup
%col{ width: "20%" } %col{ width: "20%" }
...@@ -27,8 +28,6 @@ ...@@ -27,8 +28,6 @@
- if can_admin_project - if can_admin_project
%th %th
%tbody %tbody
%tr
%td.flash-container{ colspan: 5 }
= yield = yield
= paginate @protected_branches, theme: 'gitlab' = paginate @protected_branches, theme: 'gitlab'
---
title: Fixed protected branches flash styling
merge_request:
author:
type: fixed
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