Skip to content

Commit

Permalink
use fontawesome copy icon
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Aug 5, 2016
1 parent b94703f commit ad85705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions res/imgs/clippy.svg

This file was deleted.

4 changes: 2 additions & 2 deletions res/index.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
<span class="hidden-xs">Download</span>
<span class="glyphicon glyphicon-download-alt"></span>
</a>
<button class="btn btn-default btn-xs bstooltip" data-trigger="manual" title="Copied!" data-clipboard-text="{{genDownloadURL(f)}}">
<img class="clippy" width="12" src="/-/res/imgs/clippy.svg" alt="Copy to clipboard">
<button class="btn btn-default btn-xs bstooltip" data-trigger="manual" data-title="Copied!" data-clipboard-text="{{genDownloadURL(f)}}">
<i class="fa fa-copy"></i>
</button>
<button class="btn btn-default btn-xs hidden-xs" v-on:click="genQrcode(f.name)">
<span v-if="shouldHaveQrcode(f.name)">QRCode</span>
Expand Down

0 comments on commit ad85705

Please sign in to comment.