brotherton-erpnext/erpnext/utilities/page/leaderboard/leaderboard_main_head.html

8 lines
287 B
HTML
Raw Normal View History

<div class="list-item__content ellipsis text-muted list-item__content--flex-2
{% if(col !== "Title" && col !== "Modified") { %}
hidden-xs
{% } %}
{% if(col && selected_filter.indexOf(col) !== -1) { %}text-right{% } %}">
<span class="list-col-title ellipsis">{{col}}</span>
</div>