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

12 lines
329 B
Plaintext
Raw Normal View History

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