XF 2.2 How can I get to the right

F0STER

Member
fa fa-angle-double-right icon
I want to bring it to the end of history


Adsız.webp

node_list_forum
<dt><xf:date time="{$extras.last_post_date}" class="node-extra-date" /><a href="{{ link('threads/post', $extras.LastThread, {'post_id': $extras.last_post_id}) }}">
<i class="fa fa-angle-double-right"></i> </a></dt>

extra.less
.node-extra time.node-extra-date.u-dt,
.node-extra i.fa.fa-angle-double-right{
float: right;
}
 
Top Bottom