summaryrefslogtreecommitdiff
path: root/app/views/admin/logs/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/logs/show.html.haml')
-rw-r--r--app/views/admin/logs/show.html.haml15
1 files changed, 9 insertions, 6 deletions
diff --git a/app/views/admin/logs/show.html.haml b/app/views/admin/logs/show.html.haml
index 7963e18adcd..800d3bb288f 100644
--- a/app/views/admin/logs/show.html.haml
+++ b/app/views/admin/logs/show.html.haml
@@ -1,6 +1,9 @@
-%h4
- %i.icon-file
- githost.log
-%pre.logs
- - Gitlab::Logger.read_latest.each do |line|
- %span.log= line
+.file_holder#README
+ .file_title
+ %i.icon-file
+ githost.log
+ .file_content.logs
+ %ol
+ - Gitlab::Logger.read_latest.each do |line|
+ %li
+ %p= line