summaryrefslogtreecommitdiff
path: root/app/views/settings/audit_log.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/audit_log.html.haml')
-rw-r--r--app/views/settings/audit_log.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/settings/audit_log.html.haml b/app/views/settings/audit_log.html.haml
new file mode 100644
index 00000000000..275c0428d34
--- /dev/null
+++ b/app/views/settings/audit_log.html.haml
@@ -0,0 +1,11 @@
+- page_title _('Authentication log')
+- @content_class = "limit-container-width" unless fluid_layout
+
+.row.prepend-top-default
+ .col-lg-4.profile-settings-sidebar
+ %h4.prepend-top-0
+ = page_title
+ %p
+ = _('This is a security log of important events involving your account.')
+ .col-lg-8
+ = render 'event_table', events: @events