debian-mirror-gitlab/app/views/profiles/active_sessions/index.html.haml

16 lines
524 B
Text
Raw Normal View History

2019-09-04 21:01:54 +05:30
- page_title _('Active Sessions')
2018-10-15 14:42:47 +05:30
- @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
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
.append-bottom-default
2018-11-08 19:23:39 +05:30
.card.border-0
%ul.list-group.list-group-flush
= render partial: 'profiles/active_sessions/active_session', collection: @sessions