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/admin/users/show.html.haml')
-rw-r--r--app/views/admin/users/show.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml
index b1d110bec27..aee73c38ee7 100644
--- a/app/views/admin/users/show.html.haml
+++ b/app/views/admin/users/show.html.haml
@@ -14,6 +14,17 @@
%b Projects limit:
= @admin_user.projects_limit
+ %p
+ %b Skype:
+ = @admin_user.skype
+ %p
+ %b LinkedIn:
+ = @admin_user.linkedin
+ %p
+ %b Twitter:
+ = @admin_user.twitter
+
+
.clear
= link_to 'Edit', edit_admin_user_path(@admin_user)
\|