a111f78566
* 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
8 lines
287 B
HTML
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> |