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: 9997c8c4b4c5815a9dc06bd3044c76defeeb958f (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title _('Authentication log')
- @content_class = "limit-container-width" unless fluid_layout

.row.gl-mt-3.js-search-settings-section
  .col-lg-4.profile-settings-sidebar
    %h4.gl-mt-0
      = page_title
    %p
      = _('This is a security log of authentication events involving your account.')
  .col-lg-8
    = render 'event_table', events: @events