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

13 lines
362 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- page_title "Authentication log"
- @content_class = "limit-container-width" unless fluid_layout
2016-08-24 12:49:21 +05:30
= render 'profiles/head'
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
2016-06-02 11:05:42 +05:30
%h3.prepend-top-0
= page_title
%p
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