Sha256: c004fc8ff31cee7fe07c3cb26032c4cc435f2255fe787a9f8b82c0d3edb1c7dc

Contents?: true

Size: 509 Bytes

Versions: 6

Compression:

Stored size: 509 Bytes

Contents

{{#if actionsInMenu}}
  {{#if showMenu}}
    <div class="actions-menu">
      {{yield}}
    </div>
  {{/if}}
  <button {{action 'expandMenu'}} class="expand btn no-text"><i class='fa fa-ellipsis-h'></i></button>
  {{#if showShare}}
    <button {{action "share"}} class="share btn"><i class='fa fa-share'></i><span>Share</span></button>
  {{/if}}
{{else}}
  {{yield}}
  {{#if showShare}}
    <button {{action "share"}} class="share btn"><i class='fa fa-share'></i><span>Share</span></button>
  {{/if}}
{{/if}}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
logster-2.7.1 client-app/app/templates/components/actions-menu.hbs
logster-2.7.0 client-app/app/templates/components/actions-menu.hbs
logster-2.6.3 client-app/app/templates/components/actions-menu.hbs
logster-2.6.2 client-app/app/templates/components/actions-menu.hbs
logster-2.6.1 client-app/app/templates/components/actions-menu.hbs
logster-2.6.0 client-app/app/templates/components/actions-menu.hbs