summaryrefslogtreecommitdiff
path: root/app/views/projects/settings
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-03-20 18:41:19 +0530
committerKushal Pandya <kushal@gitlab.com>2017-03-21 15:00:03 +0530
commitd20c5427af94c7043c3cc7c04288a056921b812c (patch)
treecb8fffa711a1b69c6fdcdca3cd48b1cc8428f478 /app/views/projects/settings
parent421a386d8c76d9947bdfc007b890c853313f0c46 (diff)
downloadgitlab-ce-d20c5427af94c7043c3cc7c04288a056921b812c.tar.gz
Render protected tags within Project Settings > Repository
Diffstat (limited to 'app/views/projects/settings')
-rw-r--r--app/views/projects/settings/repository/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/settings/repository/show.html.haml b/app/views/projects/settings/repository/show.html.haml
index 4c02302e161..5402320cb66 100644
--- a/app/views/projects/settings/repository/show.html.haml
+++ b/app/views/projects/settings/repository/show.html.haml
@@ -3,3 +3,4 @@
= render @deploy_keys
= render "projects/protected_branches/index"
+= render "projects/protected_tags/index"