summaryrefslogtreecommitdiff
path: root/app/views/profiles/audit_log.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-09 23:05:47 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-09 23:05:47 +0200
commit1e3ce07714efcc5ac18bb2f167c5b4956e114839 (patch)
tree4dbc48deaa78cd33ca1ed69f93ce0f298af2625f /app/views/profiles/audit_log.html.haml
parentfa40759768518d3457cc95204d6496db999aa7ca (diff)
downloadgitlab-ce-1e3ce07714efcc5ac18bb2f167c5b4956e114839.tar.gz
Use page title for header title too
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/profiles/audit_log.html.haml')
-rw-r--r--app/views/profiles/audit_log.html.haml9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/views/profiles/audit_log.html.haml b/app/views/profiles/audit_log.html.haml
index 698d6037428..8fdba45b193 100644
--- a/app/views/profiles/audit_log.html.haml
+++ b/app/views/profiles/audit_log.html.haml
@@ -1,5 +1,8 @@
- page_title "Audit Log"
-%h3.page-title Audit Log
-%p.light History of authentications
+- header_title page_title, audit_log_profile_path
-= render 'event_table', events: @events \ No newline at end of file
+.gray-content-block.top-block
+ History of authentications
+
+.prepend-top-default
+= render 'event_table', events: @events