summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-07-31 11:56:46 +0200
committerGravatar GitHub <noreply@github.com> 2016-07-31 11:56:46 +0200
commitfb76cff120d88dbc82268b0c6f87221015654333 (patch)
treead376fc9e5a068a872f59bcfea46500ab88d0289 /app
parenta78b3f5e7f19a1f1320fcb12f7c8b450f9a9dba4 (diff)
parent090c647cd54e4cde051b12ece24d79af1d222fde (diff)
Merge pull request #1182 from Alkarex/logs_style
Fix logs style scroll bug
Diffstat (limited to 'app')
-rw-r--r--app/views/index/logs.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml
index 02256bd98..0938491c3 100644
--- a/app/views/index/logs.phtml
+++ b/app/views/index/logs.phtml
@@ -10,7 +10,7 @@
<?php $items = $this->logsPaginator->items(); ?>
<?php if (!empty($items)) { ?>
- <div class="logs">
+ <div class="loglist">
<?php $this->logsPaginator->render('logs_pagination.phtml', 'page'); ?>
<?php foreach ($items as $log) { ?>