diff options
author | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-02-15 23:07:04 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-02-15 23:07:04 +0000 |
commit | a68a2306e47f59865f134ef3f2bda6d54c5ee972 (patch) | |
tree | 82d8c969419c6cdc32da3c573658c3f3aaa351af /app/views/users | |
parent | 975dc69ec6a292fcdce380fc18940e735a3c2e6b (diff) | |
download | gitlab-ce-a68a2306e47f59865f134ef3f2bda6d54c5ee972.tar.gz |
Remove Webpack bundle tag for users:show
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/show.html.haml | 3 |
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") |