2019-09-04 21:01:54 +05:30
|
|
|
- page_title _('Active Sessions')
|
2023-07-09 08:55:56 +05:30
|
|
|
- @force_desktop_expanded_sidebar = true
|
2018-10-15 14:42:47 +05:30
|
|
|
|
2022-11-25 23:54:43 +05:30
|
|
|
.row.gl-mt-3.js-search-settings-section
|
2018-10-15 14:42:47 +05:30
|
|
|
.col-lg-4.profile-settings-sidebar
|
2020-06-23 00:09:42 +05:30
|
|
|
%h4.gl-mt-0
|
2018-10-15 14:42:47 +05:30
|
|
|
= page_title
|
|
|
|
%p
|
2019-09-04 21:01:54 +05:30
|
|
|
= _('This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize.')
|
2018-10-15 14:42:47 +05:30
|
|
|
.col-lg-8
|
2020-07-28 23:09:34 +05:30
|
|
|
.gl-mb-3
|
2018-10-15 14:42:47 +05:30
|
|
|
|
2022-10-11 01:57:18 +05:30
|
|
|
= render Pajamas::CardComponent.new(card_options: { class: 'gl-border-0' }, body_options: { class: 'gl-p-0' }) do |c|
|
|
|
|
- c.body do
|
|
|
|
%ul.list-group.list-group-flush
|
|
|
|
= render partial: 'profiles/active_sessions/active_session', collection: @sessions
|