Fix icon of second action

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-04-18 08:34:08 +02:00
parent 2c2e1f7988
commit ecd408d524
1 changed files with 5 additions and 3 deletions

View File

@ -62,6 +62,11 @@
+ ' <img src="{{contact.topAction.icon}}">'
+ '</a>'
+ '{{/if}}'
+ '{{#if contact.hasTwoActions}}'
+ '<a class="second-action" href="{{contact.secondAction.hyperlink}}">'
+ ' <img src="{{contact.secondAction.icon}}">'
+ '</a>'
+ '{{/if}}'
+ '{{#if contact.hasManyActions}}'
+ ' <span class="other-actions icon-more"></span>'
+ ' <div class="menu popovermenu">'
@ -76,9 +81,6 @@
+ ' {{/each}}'
+ ' </ul>'
+ ' </div>'
+ '{{/if}}'
+ '{{#if contact.hasTwoActions}}'
+ '<a class="second-action {{contact.secondAction.icon}}" href="{{contact.secondAction.hyperlink}}"></a>'
+ '{{/if}}';
/**