Improve post direction display

- [frio] Change icon for commented direction
- Update English translation string for commented direction
This commit is contained in:
Hypolite Petovan 2020-09-03 10:19:17 -04:00
commit 730a5c5725
3 changed files with 5 additions and 1 deletions

View file

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