Commit 1cfd54a05499c122c8f63708675ebc5062891ba1
Exists in
master
and in
4 other branches
Merge branch 'correcao-ranking'
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
src/app/components/article-box/article-box.html
... | ... | @@ -18,7 +18,8 @@ |
18 | 18 | <div class="article-box--abstract" ng-bind-html="vm.article.summary"></div> |
19 | 19 | <div class="button--themed"> |
20 | 20 | <button class="btn btn-block"> |
21 | - Participe | |
21 | + <span ng-show="{{::vm.article.archived}}">Veja as respostas</span> | |
22 | + <span ng-show="{{::!vm.article.archived}}">Participe</span> | |
22 | 23 | </button> |
23 | 24 | </div> |
24 | 25 | </div> | ... | ... |
src/app/pages/inicio/inicio.scss