Skip to content

Commit

Permalink
Truncate datashow row label in breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Feb 24, 2025
1 parent fbe1405 commit f1c41fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fragdenstaat_de/templates/datashow/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{% endif %}
</li>
{% endif %}
{% if row %}<li class="breadcrumb-item">{{ row_label }}</li>{% endif %}
{% if row %}<li class="breadcrumb-item">{{ row_label|truncatewords:5 }}</li>{% endif %}
</ol>
</nav>
</div>
Expand Down

0 comments on commit f1c41fe

Please sign in to comment.