We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16795f4 commit 2163488Copy full SHA for 2163488
1 file changed
elvis/templates/collection/collection_detail.html
@@ -134,7 +134,7 @@ <h3>Pieces ({{ content.pieces | length }})</h3>
134
{% endif %}
135
136
{% if content.movements %}
137
- <h3>Movements ({{ content.movement_count }})</h3>
+ <h3>Movements ({{ content.movements | length }})</h3>
138
<table class="table" id="mov-table">
139
<colgroup>
140
<col class="text-center" style="width: 5%;">
0 commit comments