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:
Diffstat (limited to 'app/views/projects/protected_tags/show.html.haml')
-rw-r--r--app/views/projects/protected_tags/show.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/protected_tags/show.html.haml b/app/views/projects/protected_tags/show.html.haml
index 185807a7e8d..63743f28b3c 100644
--- a/app/views/projects/protected_tags/show.html.haml
+++ b/app/views/projects/protected_tags/show.html.haml
@@ -1,13 +1,13 @@
-- page_title @protected_tag.name, "Protected Tags"
+- page_title @protected_ref.name, "Protected Tags"
.row.prepend-top-default.append-bottom-default
.col-lg-3
%h4.prepend-top-0
- = @protected_tag.name
+ = @protected_ref.name
.col-lg-9
%h5 Matching Tags
- - if @matching_tags.present?
+ - if @matching_refs.present?
.table-responsive
%table.table.protected-tags-list
%colgroup
@@ -18,7 +18,7 @@
%th Tag
%th Last commit
%tbody
- - @matching_tags.each do |matching_tag|
+ - @matching_refs.each do |matching_tag|
= render partial: "matching_tag", object: matching_tag
- else
%p.settings-message.text-center