feat(gui): add referers to etcher.io links (#990)

We add referers to the two etcher.io links in the interface—one for the
update link, and one for the footer logo link.

Closes: https://github.com/resin-io/etcher/issues/987
This commit is contained in:
Benedict Aas 2016-12-30 04:43:31 +00:00 committed by Juan Cruz Viotti
parent 5fb7b30584
commit de6ad80038
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<div class="modal-footer">
<div class="modal-menu">
<button class="button button-primary"
os-open-external="https://etcher.io">DOWNLOAD</button>
os-open-external="https://etcher.io?ref=etcher_update">DOWNLOAD</button>
<button class="button button-default"
ng-click="modal.closeModal()">SKIP</button>
</div>

View File

@ -38,7 +38,7 @@
<svg-icon path="../../../assets/etcher.svg"
width="83px"
height="13px"
os-open-external="https://etcher.io"></svg-icon>
os-open-external="https://etcher.io?ref=etcher_footer"></svg-icon>
<span class="caption">
IS <span class="caption" os-open-external="https://github.com/resin-io/etcher">AN OPEN SOURCE PROJECT</span> BY