~bartoszopka/snapweb/vanilla-framework

« back to all changes in this revision

Viewing changes to www/src/js/templates/snap-menu.hbs

  • Committer: Snappy Tarmac
  • Author(s): Steven Wilkin
  • Date: 2016-04-26 11:27:47 UTC
  • mfrom: (179.1.12 master)
  • Revision ID: snappy_tarmac-20160426112747-ou5wwh0kw74jc36w
Get WebDM building against Snappy 2.0 by stevenwilkin approved by mvo

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  <a class="b-snap__nav-item" href="settings">
9
9
    Settings
10
10
  </a>
11
 
  {{#if vendorGuiHref}}
12
 
  <a class="b-snap__nav-item" href="{{vendorGuiHref}}" target="_blank">
13
 
    Open / Manage
14
 
  </a>
15
 
  {{/if}}
16
11
</div>