Commit b15fcd40 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Remove unused user_sessions

parent 95037c9c
= 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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment