summaryrefslogtreecommitdiff
path: root/app/views/profiles/audit_log.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-01 09:11:46 +0000
committerPhil Hughes <me@iamphill.com>2016-03-02 17:06:01 +0000
commit61c30061e7f36ada8da0459ea15561197bd48295 (patch)
treede7c2328c26cf8c4186325471e137c1de2c504c6 /app/views/profiles/audit_log.html.haml
parent1fe9b933293c5bfd846d5a0b0334fc8426b8e067 (diff)
downloadgitlab-ce-61c30061e7f36ada8da0459ea15561197bd48295.tar.gz
audit log UI update
Closes #13862
Diffstat (limited to 'app/views/profiles/audit_log.html.haml')
-rw-r--r--app/views/profiles/audit_log.html.haml13
1 files changed, 8 insertions, 5 deletions
diff --git a/app/views/profiles/audit_log.html.haml b/app/views/profiles/audit_log.html.haml
index 8f45f41cfe3..f630c03e5f6 100644
--- a/app/views/profiles/audit_log.html.haml
+++ b/app/views/profiles/audit_log.html.haml
@@ -1,8 +1,11 @@
- page_title "Audit Log"
- header_title page_title, audit_log_profile_path
-.alert.alert-help.prepend-top-default
- History of authentications
-
-.prepend-top-default
-= render 'event_table', events: @events
+.row.prepend-top-default
+ .col-lg-3.profile-settings-sidebar
+ %h3.prepend-top-0
+ = page_title
+ %p
+ This is a security log of important events involving your account.
+ .col-lg-9
+ = render 'event_table', events: @events