brotherton-erpnext/erpnext/utilities/page/leaderboard/leaderboard_main_head.html
Ayush Shukla a111f78566 Leaderboard of customers, items, suppliers and sales partner (#9354)
* First commit leaderboard working

* Styling and added href

* Changed timeline string

* Changes in item

* Cleanup

* Fix

* made changes to currency column

* Code cleanup for codacy

* Sorting bug fixed and formatting done

* Changed type to isinstance
2017-06-20 13:04:45 +05:30

8 lines
287 B
HTML

<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>