debian-mirror-gitlab/app/views/profiles/audit_log.html.haml

12 lines
347 B
Text
Raw Normal View History

2019-09-04 21:01:54 +05:30
- page_title _('Authentication log')
2017-09-10 17:25:29 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2015-09-11 14:41:01 +05:30
2016-06-02 11:05:42 +05:30
.row.prepend-top-default
2017-09-10 17:25:29 +05:30
.col-lg-4.profile-settings-sidebar
2018-03-17 18:26:18 +05:30
%h4.prepend-top-0
2016-06-02 11:05:42 +05:30
= page_title
%p
2019-09-04 21:01:54 +05:30
= _('This is a security log of important events involving your account.')
2017-09-10 17:25:29 +05:30
.col-lg-8
2016-06-02 11:05:42 +05:30
= render 'event_table', events: @events