gitlab-org--gitlab-foss/app/views/profiles/audit_log.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
361 B
Plaintext
Raw Normal View History

- page_title _('Authentication log')
- @content_class = "limit-container-width" unless fluid_layout
2015-07-03 11:54:50 +00:00
.row.gl-mt-3.js-search-settings-section
.col-lg-4.profile-settings-sidebar
%h4.gl-mt-0
2016-03-01 09:11:46 +00:00
= page_title
%p
= _('This is a security log of authentication events involving your account.')
.col-lg-8
2016-03-01 09:11:46 +00:00
= render 'event_table', events: @events