summaryrefslogtreecommitdiff
path: root/app/views/profiles/audit_log.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/audit_log.html.haml')
-rw-r--r--app/views/profiles/audit_log.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/profiles/audit_log.html.haml b/app/views/profiles/audit_log.html.haml
index a24b7fd101d..1a392e29e2a 100644
--- a/app/views/profiles/audit_log.html.haml
+++ b/app/views/profiles/audit_log.html.haml
@@ -1,11 +1,12 @@
- page_title "Authentication log"
+- @content_class = "limit-container-width" unless fluid_layout
= render 'profiles/head'
.row.prepend-top-default
- .col-lg-3.profile-settings-sidebar
+ .col-lg-4.profile-settings-sidebar
%h3.prepend-top-0
= page_title
%p
This is a security log of important events involving your account.
- .col-lg-9
+ .col-lg-8
= render 'event_table', events: @events