summaryrefslogtreecommitdiff
path: root/app/views/profiles/active_sessions/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/active_sessions/index.html.haml')
-rw-r--r--app/views/profiles/active_sessions/index.html.haml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/views/profiles/active_sessions/index.html.haml b/app/views/profiles/active_sessions/index.html.haml
new file mode 100644
index 00000000000..d0250bb4eab
--- /dev/null
+++ b/app/views/profiles/active_sessions/index.html.haml
@@ -0,0 +1,14 @@
+- page_title 'Active Sessions'
+- @content_class = "limit-container-width" unless fluid_layout
+
+.row.prepend-top-default
+ .col-lg-4.profile-settings-sidebar
+ %h4.prepend-top-0
+ = page_title
+ %p
+ This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize.
+ .col-lg-8
+ .append-bottom-default
+
+ %ul.well-list
+ = render partial: 'profiles/active_sessions/active_session', collection: @sessions