Commit 23f9fc91096b781749b10a23578ca9468192e0c0
1 parent
c8cc8e0e
Exists in
master
and in
2 other branches
Ticket #16: Show number of comments
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ConfJuvApp/www/html/_proposal.html
@@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
42 | 42 | ||
43 | <hr> | 43 | <hr> |
44 | 44 | ||
45 | - <h2>Comentários</h2> | 45 | + <h2>Comentários ({{commentStatus == 'none' ? 0 : proposal.comments.length}})</h2> |
46 | 46 | ||
47 | <div class="comment-message" ng-show="commentStatus == 'none'"> | 47 | <div class="comment-message" ng-show="commentStatus == 'none'"> |
48 | Não há comentários para esta proposta. | 48 | Não há comentários para esta proposta. |