diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-06 21:17:52 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-03-06 21:17:52 +0000 |
commit | a898a2ab8744bc3a7a4d00fae7682c635aa30c19 (patch) | |
tree | 519597ebbd7f36fd245070eaf0e9c95fb4e97f27 /app/views/projects/settings | |
parent | 47e866b3786ff69166d7f2e2bd952084ab37a2e8 (diff) | |
download | gitlab-ce-a898a2ab8744bc3a7a4d00fae7682c635aa30c19.tar.gz |
Remove common_vue bundle
Diffstat (limited to 'app/views/projects/settings')
-rw-r--r-- | app/views/projects/settings/repository/show.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/settings/repository/show.html.haml b/app/views/projects/settings/repository/show.html.haml index 235d532bf98..6bef4d19434 100644 --- a/app/views/projects/settings/repository/show.html.haml +++ b/app/views/projects/settings/repository/show.html.haml @@ -2,9 +2,6 @@ - page_title "Repository" - @content_class = "limit-container-width" unless fluid_layout -- content_for :page_specific_javascripts do - = webpack_bundle_tag('common_vue') - -# Protected branches & tags use a lot of nested partials. -# The shared parts of the views can be found in the `shared` directory. -# Those are used throughout the actual views. These `shared` views are then |