diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-09-23 12:46:06 +0300 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-09-23 15:07:54 +0300 |
commit | bfbd81a873f99a2649f5e78618e3cb15f11f7e29 (patch) | |
tree | 6e90c369259e2c110a43b4af60da5e4d931f200c /app/views/projects | |
parent | 2a772b7d838a3567ffe707ac59b7b53320573d5f (diff) | |
download | gitlab-ce-bfbd81a873f99a2649f5e78618e3cb15f11f7e29.tar.gz |
Fix landing widget state and improve Vue with state management.
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/cycle_analytics/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml index 6a748690c79..7f346df8797 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 summary"} + .col-sm-3.col-xs-12.column{"v-for" => "item in analytics.summary"} %h3.header {{item.value}} %p.text {{item.title}} @@ -46,7 +46,7 @@ .bordered-box %ul.content-list - %li{"v-for" => "item in stats"} + %li{"v-for" => "item in analytics.stats"} .container-fluid .row .col-xs-8.title-col |