summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_branches/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/protected_branches/show.html.haml')
-rw-r--r--app/views/projects/protected_branches/show.html.haml25
1 files changed, 0 insertions, 25 deletions
diff --git a/app/views/projects/protected_branches/show.html.haml b/app/views/projects/protected_branches/show.html.haml
deleted file mode 100644
index c671757a603..00000000000
--- a/app/views/projects/protected_branches/show.html.haml
+++ /dev/null
@@ -1,25 +0,0 @@
-- page_title @protected_ref.name, _("Protected Branches")
-
-.row.gl-mt-3.gl-mb-3
- .col-lg-3
- %h4.gl-mt-0.ref-name
- = @protected_ref.name
-
- .col-lg-9
- %h5 Matching Branches
- - if @matching_refs.present?
- .table-responsive
- %table.table.protected-branches-list
- %colgroup
- %col{ width: "30%" }
- %col{ width: "30%" }
- %thead
- %tr
- %th Branch
- %th Last commit
- %tbody
- - @matching_refs.each do |matching_branch|
- = render partial: "projects/protected_branches/shared/matching_branch", object: matching_branch
- - else
- %p.settings-message.text-center
- Couldn't find any matching branches.