Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-07-16 09:03:10 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-07-16 09:03:10 +0400
commit2a705c4f40a32b1313952a212e92a5d8c5407fc6 (patch)
tree1c2ad285c01dfc400924e7ce08c71996c8dd401a /app/views/admin/logs
parent244a1cad62ad9675a218093dc6fbc07f302a0d9e (diff)
Admin logs improved. Commits list box styled
Diffstat (limited to 'app/views/admin/logs')
-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