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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-19 13:04:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-19 16:29:53 +0300
commitd059c69db76a5a55841bb8b0914211ae0a4bfd4f (patch)
tree0257a77f6955ae0e6f4c7887a4e9b3a62b57cd0a /app/views/admin/identities
parent270b7ce810775d69887e76162a00e8dc97e5d959 (diff)
Move identities list to own controller action
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/identities')
-rw-r--r--app/views/admin/identities/index.html.haml15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/views/admin/identities/index.html.haml b/app/views/admin/identities/index.html.haml
new file mode 100644
index 00000000000..bc8f1b9f0b2
--- /dev/null
+++ b/app/views/admin/identities/index.html.haml
@@ -0,0 +1,15 @@
+%h3.page-title
+ Identities for
+ = link_to @user.name, [:admin, @user]
+
+%hr
+- if @identities.present?
+ %table.table
+ %thead
+ %tr
+ %th Provider
+ %th Id
+ %th
+ = render @identities
+- else
+ %h4 This user has no identities