From 0ec5f4125f6291f987191918032314a8029b11ee Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Mon, 15 Jun 2015 01:45:04 -0300 Subject: [PATCH] Since we are displaying the proposals as cards, we can display more than 140 characters --- ConfJuvApp/www/html/_proposal_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfJuvApp/www/html/_proposal_list.html b/ConfJuvApp/www/html/_proposal_list.html index 39a2225..87cb2ea 100644 --- a/ConfJuvApp/www/html/_proposal_list.html +++ b/ConfJuvApp/www/html/_proposal_list.html @@ -7,7 +7,7 @@

{{proposal.title}}

- {{proposal.body | htmlToPlainText | limitTo:140}}... + {{proposal.body | htmlToPlainText | limitTo:280}}...