diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-14 13:57:43 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-14 13:57:43 +0200 |
commit | b15fcd405690f4141dc8b3fdeca1daddf8b32985 (patch) | |
tree | cde5212e4335a93032955548c2cb452ff636da56 /app/views | |
parent | 95037c9c559dae1d4482a2003ca2f0f778678d09 (diff) | |
download | gitlab-ce-b15fcd405690f4141dc8b3fdeca1daddf8b32985.tar.gz |
Remove unused user_sessions
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/ci/user_sessions/show.html.haml | 15 |
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" |