8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
|
<!-- sort: @sort,order:@order,current:"created_on" -->
|
||
|
<% if sort == current %>
|
||
|
<% if order = "" || order =="asc" %>
|
||
|
↑
|
||
|
<% else %>
|
||
|
↓
|
||
|
<% end %>
|
||
|
<% end %>
|