summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-01-02 08:32:45 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2017-01-02 08:32:45 -0500
commit71cf13cf7a5c660ae869bbe7729705f1f3251cac (patch)
treef0c82d25d7e15b79ae4500e80a224ce5ffdb4df7
parentf80ee373771e0046ff518e29ad8da6277fbb1e1a (diff)
downloadgitlab-ce-add-tests-to-cycle-analytics.tar.gz
Make haml_lint happyadd-tests-to-cycle-analytics
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index 78e20f6f68e..479ce44f378 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -27,7 +27,7 @@
.content-block
.container-fluid
.row
- .col-sm-3.col-xs-12.column{"v-for" => "item in state.summary"}
+ .col-sm-3.col-xs-12.column{ "v-for" => "item in state.summary" }
%h3.header {{ item.value }}
%p.text {{ item.title }}
.col-sm-3.col-xs-12.column