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:
authorRobert Speicher <robert@gitlab.com>2016-06-30 18:29:09 +0300
committerRobert Speicher <robert@gitlab.com>2016-06-30 18:29:09 +0300
commitf991b7fce602e26abeee9c99ad58cfa9d710b170 (patch)
treeadac17551e2f447a9afa2df8f87a659aab632c27 /app/views/admin/system_info/show.html.haml
parent443d584253540facbb07efdebafce1fb875da481 (diff)
parent13fc95acc4b8ca418de2af383a6f0e1ccee9e9a2 (diff)
Merge branch 'code_style_fixes' into 'master'
Remove unnecessary parens and other code style fixes This MR is based on reviewers` comments to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/440 See merge request !5015
Diffstat (limited to 'app/views/admin/system_info/show.html.haml')
-rw-r--r--app/views/admin/system_info/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/system_info/show.html.haml b/app/views/admin/system_info/show.html.haml
index 1bf0ac1ff75..6956e5ab795 100644
--- a/app/views/admin/system_info/show.html.haml
+++ b/app/views/admin/system_info/show.html.haml
@@ -2,7 +2,7 @@
- page_title "System Info"
= render 'admin/background_jobs/head'
-%div{ class: (container_class) }
+%div{ class: container_class }
.prepend-top-default
.row
.col-sm-4