diff options
author | Valery Sizov <valery@gitlab.com> | 2016-06-30 16:01:26 +0300 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2016-06-30 16:01:26 +0300 |
commit | 13fc95acc4b8ca418de2af383a6f0e1ccee9e9a2 (patch) | |
tree | bcde2cbe4d847135ebe226655a56f4c26833e024 /app/views/admin/system_info | |
parent | 1a68a0a6f55049b4ad42222b0dc667fe625a7604 (diff) | |
download | gitlab-ce-13fc95acc4b8ca418de2af383a6f0e1ccee9e9a2.tar.gz |
Remove unnecessary parenscode_style_fixes
Diffstat (limited to 'app/views/admin/system_info')
-rw-r--r-- | app/views/admin/system_info/show.html.haml | 2 |
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 3ef2f20b589..247db295863 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 |