summaryrefslogtreecommitdiff
path: root/app/views/profiles/active_sessions/index.html.haml
blob: 8688a52843d84e0e5506b69f6c8a6ac7b53395db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- 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

      .card.border-0
        %ul.list-group.list-group-flush
          = render partial: 'profiles/active_sessions/active_session', collection: @sessions