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
path: root/app/views
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-14 14:57:43 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-14 14:57:43 +0300
commitb15fcd405690f4141dc8b3fdeca1daddf8b32985 (patch)
treecde5212e4335a93032955548c2cb452ff636da56 /app/views
parent95037c9c559dae1d4482a2003ca2f0f778678d09 (diff)
Remove unused user_sessions
Diffstat (limited to 'app/views')
-rw-r--r--app/views/ci/user_sessions/show.html.haml15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/views/ci/user_sessions/show.html.haml b/app/views/ci/user_sessions/show.html.haml
deleted file mode 100644
index 0710e205618..00000000000
--- a/app/views/ci/user_sessions/show.html.haml
+++ /dev/null
@@ -1,15 +0,0 @@
-= image_tag user_avatar_url(current_user, 90), class: 'avatar avatar-inline avatar-tile s90', alt: ''
-%h3
- Hi, #{@user.name}
-
- - if @user.is_admin?
- %span.label.label-success Admin
-
-.profile-block
- %p
- %span.light Email:
- %strong= @user.email
-
- %p
- %span.light GitLab profile:
- %strong= link_to @user.username, GitlabCi.config.gitlab_server.url + '/u/' + @user.username, target: "_blank"