Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit d7b2989a authored by escuriola's avatar escuriola Committed by Andreas Hennings
Browse files

OEL-1246: Trim, striptags and render listing title.

parent 813e54a2
No related branches found
No related tags found
2 merge requests!156OEL-1450: Epic list pages.,!111OEL-1246: Integrate oe_list_pages on oe_whitelabel
......@@ -24,7 +24,7 @@
<div class="row">
<div class="col-md-6 col-lg-8 align-self-center">
<h4 class="mb-0">
<span class="text-capitalize">{{ label }}</span> ({{ content['extra_field_oe_list_page_total_count:node:oe_list_page'] }})
<span class="text-capitalize">{{ label|render|striptags|trim }}</span> ({{ content['extra_field_oe_list_page_total_count:node:oe_list_page']|render|trim }})
</h4>
</div>
<div class="col-md-12 order-md-2 mt-3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment