debian-mirror-gitlab/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
339 B
Text
Raw Normal View History

2019-09-04 21:01:54 +05:30
- page_title _('Authentication log')
2023-07-09 08:55:56 +05:30
- @force_desktop_expanded_sidebar = true
2015-09-11 14:41:01 +05:30
2022-11-25 23:54:43 +05:30
.row.gl-mt-3.js-search-settings-section
2017-09-10 17:25:29 +05:30
.col-lg-4.profile-settings-sidebar
2020-06-23 00:09:42 +05:30
%h4.gl-mt-0
2016-06-02 11:05:42 +05:30
= page_title
%p
2021-12-11 22:18:48 +05:30
= _('This is a security log of authentication 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