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:
authorPhil Hughes <me@iamphill.com>2017-04-24 18:20:23 +0300
committerPhil Hughes <me@iamphill.com>2017-04-24 18:20:50 +0300
commit064739431a837ea644851f3f3d01f5da6ee05951 (patch)
treeff076f285aa9373f10c986f06c312aa1dd37f16d /app/views/projects/commit/show.html.haml
parent3f2578bce5afbb1f92acab2481ec6de2f38a6296 (diff)
Fixed HAML lint
Diffstat (limited to 'app/views/projects/commit/show.html.haml')
-rw-r--r--app/views/projects/commit/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/show.html.haml b/app/views/projects/commit/show.html.haml
index cdf0f11dc5f..16d2646cb4e 100644
--- a/app/views/projects/commit/show.html.haml
+++ b/app/views/projects/commit/show.html.haml
@@ -5,7 +5,7 @@
- page_description @commit.description
= render "projects/commits/head"
-%div.container-fluid{ class: [limited_container_width, container_class] }
+.container-fluid{ class: [limited_container_width, container_class] }
= render "commit_box"
- if @commit.status
= render "ci_menu"