Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « active_sessions « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: baca9559e0895c9352d5ce56fee1ea09bcb24b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- page_title _('Active Sessions')
- @force_desktop_expanded_sidebar = true

.settings-section.js-search-settings-section
  .settings-sticky-header
    .settings-sticky-header-inner
      %h4.gl-my-0
        = page_title
  %p.gl-text-secondary
    = _('This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize.')

  = render Pajamas::CardComponent.new(card_options: { class: 'gl-border-0' }, body_options: { class: 'gl-p-0' }) do |c|
    - c.with_body do
      %ul.list-group.list-group-flush
        = render partial: 'profiles/active_sessions/active_session', collection: @sessions