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: a924369050bf7d0e4e427e25c69600cd7db8c421 (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.prepend-top-default
  .col-lg-4.profile-settings-sidebar
    %h4.prepend-top-0
      = page_title
    %p
      This is a security log of important events involving your account.
  .col-lg-8
    = render 'event_table', events: @events