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

audit_log.html.haml « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d47f1ea7c254c3e01ebbbfa5663ae3404f7c3706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title _('Authentication log')
- @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 security log of authentication events involving your account.')

  = render 'event_table', events: @events