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