summaryrefslogtreecommitdiff
path: root/app/views/profiles/audit_log.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-22 15:47:50 +0100
committerPhil Hughes <me@iamphill.com>2017-06-23 16:14:49 +0100
commit974f9fb135dd5ce9897991157f8f8c779043baf6 (patch)
tree5de6fa080b03a7e1bc9c5f75c9afa51cdc5de18e /app/views/profiles/audit_log.html.haml
parent523eaace0211f134bf24286ededa3f09b05b1d5f (diff)
downloadgitlab-ce-974f9fb135dd5ce9897991157f8f8c779043baf6.tar.gz
Added limited width to profile settingsprofile-settings-width
Closes #20918
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