Commit 23f9fc91096b781749b10a23578ca9468192e0c0

Authored by Caio Almeida
1 parent c8cc8e0e

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 42  
43 43 <hr>
44 44  
45   - <h2>Comentários</h2>
  45 + <h2>Comentários ({{commentStatus == 'none' ? 0 : proposal.comments.length}})</h2>
46 46  
47 47 <div class="comment-message" ng-show="commentStatus == 'none'">
48 48 Não há comentários para esta proposta.
... ...