Skip to content

Commit b03cb9c

Browse files
authored
Made bill description preview 50% longer (#247)
1 parent 84a11ea commit b03cb9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

democrasite/templates/webiscite/bill_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h5 class="card-title">{{ bill }}</h5>
3131
{% endif %}">{{ bill.get_status_display }}</p>
3232
{% endif %}
3333
<hr />
34-
<div data-nosnippet class="card-text">{{ bill.description|truncatechars:80 }}</div>
34+
<div data-nosnippet class="card-text">{{ bill.description|truncatechars:120 }}</div>
3535
<div class="card-text text-start">
3636
<a class="card-link link-underline link-underline-opacity-0"
3737
href="{{ bill.pull_request.diff_link }}"

0 commit comments

Comments
 (0)