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:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-02-16 02:07:04 +0300
committerJacob Schatz <jschatz@gitlab.com>2018-02-16 02:07:04 +0300
commita68a2306e47f59865f134ef3f2bda6d54c5ee972 (patch)
tree82d8c969419c6cdc32da3c573658c3f3aaa351af /app/views/users
parent975dc69ec6a292fcdce380fc18940e735a3c2e6b (diff)
Remove Webpack bundle tag for users:show
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/show.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index c9a77d668a2..a396d1007a7 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -4,9 +4,6 @@
- page_description @user.bio
- header_title @user.name, user_path(@user)
- @no_container = true
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag 'common_d3'
- = webpack_bundle_tag 'users'
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, user_url(@user, format: :atom), title: "#{@user.name} activity")