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:
Diffstat (limited to 'app/views/users/show.html.haml')
-rw-r--r--app/views/users/show.html.haml9
1 files changed, 1 insertions, 8 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index f246bd7a586..699b33d70aa 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -9,7 +9,7 @@
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, user_url(@user, format: :atom), title: "#{@user.name} activity")
-.user-profile
+.user-profile.js-user-profile{ data: { action: controller.action_name } }
.cover-block.user-cover-block.layout-nav
.cover-controls
- if @user == current_user
@@ -129,10 +129,3 @@
.loading-status
= spinner
-
-:javascript
- var userProfile;
-
- userProfile = new gl.User({
- action: "#{controller.action_name}"
- });