Commit 769bb7daf29caf2daa2debd33f3c777bd806ca82
1 parent
bc780c82
Exists in
master
and in
4 other branches
quantidade de propostas nos programas
Showing
1 changed file
with
13 additions
and
5 deletions
Show diff stats
src/app/components/article-box/article-box.html
@@ -16,11 +16,19 @@ | @@ -16,11 +16,19 @@ | ||
16 | <h1>{{::vm.article.title}}</h1> | 16 | <h1>{{::vm.article.title}}</h1> |
17 | </div> | 17 | </div> |
18 | <div class="article-box--abstract" ng-bind-html="vm.article.summary"></div> | 18 | <div class="article-box--abstract" ng-bind-html="vm.article.summary"></div> |
19 | - <div class="button--themed"> | ||
20 | - <button class="btn btn-block"> | ||
21 | - <span ng-show="{{::vm.article.archived}}">Veja as respostas</span> | ||
22 | - <span ng-show="{{::!vm.article.archived}}">Participe</span> | ||
23 | - </button> | 19 | + <div class="row"> |
20 | + <div class="col-sm-4 col-middle text-center"> | ||
21 | + <span>{{::vm.article.children_count}} Propostas nesse programa</span> | ||
22 | + {{::vm.article}} | ||
23 | + </div> | ||
24 | + <div class="col-sm-8"> | ||
25 | + <div class="button--themed"> | ||
26 | + <button class="btn btn-block"> | ||
27 | + <span ng-show="{{::vm.article.archived}}">Veja as respostas</span> | ||
28 | + <span ng-show="{{::!vm.article.archived}}">Participe</span> | ||
29 | + </button> | ||
30 | + </div> | ||
31 | + </div> | ||
24 | </div> | 32 | </div> |
25 | </div> | 33 | </div> |
26 | </article> | 34 | </article> |