Improve post direction display
- [frio] Change icon for commented direction - Update English translation string for commented direction
This commit is contained in:
parent
3d455645e7
commit
730a5c5725
3 changed files with 5 additions and 1 deletions
|
@ -9,6 +9,8 @@
|
|||
<i class="icon-share" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 4}}
|
||||
<i class="icon-tag" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{elseif $direction.direction == 5}}
|
||||
<i class="icon-commenting" aria-hidden="true" title="{{$direction.title}}"></i>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue