mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
normalize post expansion arrow on right
This commit is contained in:
parent
992ad7991b
commit
d890248963
1 changed files with 2 additions and 1 deletions
|
@ -10,9 +10,10 @@
|
||||||
<div class="topic-meta-data">
|
<div class="topic-meta-data">
|
||||||
{{poster-name post=this}}
|
{{poster-name post=this}}
|
||||||
{{#if view.parentView.previousPost}}<a href='{{unbound url}}' class="post-info arrow" title="{{i18n 'topic.jump_reply_up'}}"><i class='fa fa-arrow-up'></i></a>{{/if}}
|
{{#if view.parentView.previousPost}}<a href='{{unbound url}}' class="post-info arrow" title="{{i18n 'topic.jump_reply_up'}}"><i class='fa fa-arrow-up'></i></a>{{/if}}
|
||||||
|
{{#unless view.parentView.previousPost}}<a href='{{unbound url}}' class="post-info arrow" title="{{i18n 'topic.jump_reply_down'}}"><i class='fa fa-arrow-down'></i></a>{{/unless}}
|
||||||
<div class='post-info post-date'>{{age-with-tooltip created_at}}</div>
|
<div class='post-info post-date'>{{age-with-tooltip created_at}}</div>
|
||||||
</div>
|
</div>
|
||||||
{{{unbound cooked}}}
|
{{{unbound cooked}}}
|
||||||
{{#unless view.parentView.previousPost}}<a href='{{unbound url}}' class="arrow" title="{{i18n 'topic.jump_reply_down'}}"><i class='fa fa-arrow-down'></i></a>{{/unless}}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue