summaryrefslogtreecommitdiff
path: root/app/views/admin/logs
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2016-06-30 16:01:26 +0300
committerValery Sizov <valery@gitlab.com>2016-06-30 16:01:26 +0300
commit13fc95acc4b8ca418de2af383a6f0e1ccee9e9a2 (patch)
treebcde2cbe4d847135ebe226655a56f4c26833e024 /app/views/admin/logs
parent1a68a0a6f55049b4ad42222b0dc667fe625a7604 (diff)
downloadgitlab-ce-13fc95acc4b8ca418de2af383a6f0e1ccee9e9a2.tar.gz
Remove unnecessary parenscode_style_fixes
Diffstat (limited to 'app/views/admin/logs')
-rw-r--r--app/views/admin/logs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/logs/show.html.haml b/app/views/admin/logs/show.html.haml
index 5ddc3b9ea85..676812121d7 100644
--- a/app/views/admin/logs/show.html.haml
+++ b/app/views/admin/logs/show.html.haml
@@ -5,7 +5,7 @@
Gitlab::RepositoryCheckLogger]
= render 'admin/background_jobs/head'
-%div{ class: (container_class) }
+%div{ class: container_class }
%ul.nav-links.log-tabs
- loggers.each do |klass|
%li{ class: (klass == Gitlab::GitLogger ? 'active' : '') }