summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-02-23 20:01:56 +0100
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-02-23 20:01:56 +0100
commit2357180a1117d0036a5ed85617f99acae6d43d4c (patch)
treec3edca4ac125660ad6f089dbd40ee3ab07f938ef /app/views
parent544558b23a1970b808363b108eb2c3ec23ff13f8 (diff)
downloadgitlab-ce-2357180a1117d0036a5ed85617f99acae6d43d4c.tar.gz
Removed webpack tag
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/settings/repository/show.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/settings/repository/show.html.haml b/app/views/projects/settings/repository/show.html.haml
index 3077203c2a6..235d532bf98 100644
--- a/app/views/projects/settings/repository/show.html.haml
+++ b/app/views/projects/settings/repository/show.html.haml
@@ -4,7 +4,6 @@
- content_for :page_specific_javascripts do
= webpack_bundle_tag('common_vue')
- = webpack_bundle_tag('deploy_keys')
-# Protected branches & tags use a lot of nested partials.
-# The shared parts of the views can be found in the `shared` directory.