Commit 0ec5f4125f6291f987191918032314a8029b11ee
1 parent
659c5a54
Exists in
master
and in
2 other branches
Since we are displaying the proposals as cards, we can display more than 140 characters
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ConfJuvApp/www/html/_proposal_list.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <h3>{{proposal.title}}</h3> |
8 | 8 | <div class="card-body"> |
9 | 9 | <!-- <div ng-bind-html="discussion.body"></div> --> |
10 | - {{proposal.body | htmlToPlainText | limitTo:140}}... | |
10 | + {{proposal.body | htmlToPlainText | limitTo:280}}... | |
11 | 11 | </div> |
12 | 12 | <div class="card-footer"> |
13 | 13 | <img ng-src="https://img.shields.io/badge/tag-{{proposal.topic.title}}-ff9800.svg" alt="" /> | ... | ... |