1
0
Fork 0

Add additional direction types

This commit is contained in:
Michael 2020-09-13 14:15:28 +00:00
commit 5a41cd437d
8 changed files with 102 additions and 47 deletions

View file

@ -15,6 +15,8 @@
<i class="fa fa-user" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 7}}
<i class="fa fa-at" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 8}}
<i class="fa fa-share" aria-hidden="true" title="{{$direction.title}}"></i>
{{/if}}
</span>
{{/if}}

View file

@ -15,6 +15,8 @@
<i class="icon-ok-sign" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 7}}
<i class="icon-forward" aria-hidden="true" title="{{$direction.title}}"></i>
{{elseif $direction.direction == 8}}
<i class="icon-share" aria-hidden="true" title="{{$direction.title}}"></i>
{{/if}}
</span>
{{/if}}