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/projects/compare | |
| parent | 1a68a0a6f55049b4ad42222b0dc667fe625a7604 (diff) | |
| download | gitlab-ce-code_style_fixes.tar.gz | |
Remove unnecessary parenscode_style_fixes
Diffstat (limited to 'app/views/projects/compare')
| -rw-r--r-- | app/views/projects/compare/index.html.haml | 2 | ||||
| -rw-r--r-- | app/views/projects/compare/show.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/compare/index.html.haml b/app/views/projects/compare/index.html.haml index b22285c11e0..e9ff8e90dd5 100644 --- a/app/views/projects/compare/index.html.haml +++ b/app/views/projects/compare/index.html.haml @@ -2,7 +2,7 @@ - page_title "Compare" = render "projects/commits/head" -%div{ class: (container_class) } +%div{ class: container_class } .sub-header-block Compare branches, tags or commit ranges. %br diff --git a/app/views/projects/compare/show.html.haml b/app/views/projects/compare/show.html.haml index f4ec7b767f6..28a50e7031a 100644 --- a/app/views/projects/compare/show.html.haml +++ b/app/views/projects/compare/show.html.haml @@ -2,7 +2,7 @@ - page_title "#{params[:from]}...#{params[:to]}" = render "projects/commits/head" -%div{ class: (container_class) } +%div{ class: container_class } .sub-header-block.no-bottom-space = render "form" |
