diff options
author | Robert Speicher <robert@gitlab.com> | 2016-06-30 15:29:09 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-06-30 15:29:09 +0000 |
commit | f991b7fce602e26abeee9c99ad58cfa9d710b170 (patch) | |
tree | adac17551e2f447a9afa2df8f87a659aab632c27 /app/views/projects/environments/index.html.haml | |
parent | 443d584253540facbb07efdebafce1fb875da481 (diff) | |
parent | 13fc95acc4b8ca418de2af383a6f0e1ccee9e9a2 (diff) | |
download | gitlab-ce-f991b7fce602e26abeee9c99ad58cfa9d710b170.tar.gz |
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/projects/environments/index.html.haml')
-rw-r--r-- | app/views/projects/environments/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/environments/index.html.haml b/app/views/projects/environments/index.html.haml index a03f117291f..5242021243e 100644 --- a/app/views/projects/environments/index.html.haml +++ b/app/views/projects/environments/index.html.haml @@ -2,7 +2,7 @@ - page_title "Environments" = render "projects/pipelines/head" -%div{ class: (container_class) } +%div{ class: container_class } - if can?(current_user, :create_environment, @project) && !@environments.blank? .top-area .nav-controls |