Sha256: 312788c3e9372abf3102ca779992c25da54cf57cef0dd188c95a0b5285de7e43
Contents?: true
Size: 634 Bytes
Versions: 15
Compression:
Stored size: 634 Bytes
Contents
{{#if @actionsInMenu}} {{#if this.showMenu}} <div class="actions-menu"> {{yield}} </div> {{/if}} <button class="expand btn no-text" type="button" {{on "click" this.expandMenu}} > <FaIcon @icon="ellipsis-h" /> </button> {{#if @showShare}} <button class="share btn" type="button" {{on "click" this.share}}> <FaIcon @icon="share" /> <span>Share</span> </button> {{/if}} {{else}} {{yield}} {{#if @showShare}} <button class="share btn" type="button" {{on "click" this.share}}> <FaIcon @icon="share" /> <span>Share</span> </button> {{/if}} {{/if}}
Version data entries
15 entries across 15 versions & 1 rubygems