Skip to content

Commit

Permalink
Merge pull request FabricLabs#162 from thesoftwarejedi/patch-1
Browse files Browse the repository at this point in the history
add qrcode for bitcoin donations
  • Loading branch information
martindale committed May 21, 2015
2 parents 8b1adea + e613452 commit 63ea8c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ html(lang="en-US", ng-app="soundtrack-io")
a(class="btn btn-default", href="bitcoin:1Ae7wguPTP8Zm3146opVhay4hUS7NiaxYw", alt="B") Donate
i.fa.fa-bitcoin
| itcoin »
|  
img#qrcode(width="30", height="30", src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEX///8AAABVwtN+AAABLElEQVQ4T5XSIY6FMAAE0CEVde0Ffn6vgSDhSsWt+q3DsVdqguAaJVyguArSWbH52XyxBcY9N5kM8BFHNgERMGSsykLqmVz8A01dA8eGPgKPfr8pPXtyuiJ0zmScykKqTpPTu+dFOVJ1dl2m9xL/CgBgzTL9jXpJjiMPxzxsizrRgSZosxSTdaxKQe5zegJiSbijxxfpi0yGqq4hSj1/R1lESHXpzavONkEf/R5vCHAJeEovmFCV2zw6ywBD3JE143445hfAWJVjboKOfTL5RFaMnJPJEARuKaP3TwC9jnVBFuHXrJkLqgKgOreGF/rff16UI3WAWaZHm1CVhWyCLbKgxR0NHPXhCjSZzhWwBqA9lxIsrRW53JGFVMIXuW9Z1eVIJRLaIfbpjj7yA/lJP9Nk+R7YAAAAAElFTkSuQmCC", onmouseover="javascript:$('#qrcode').attr('width',100).attr('height',100)", onmouseout="javascript:$('#qrcode').attr('width',30).attr('height',30)")
if (user)
|
a(class="btn btn-default", href="//#{config.app.host}/#{user.slug}/sets") Manage Sets »
Expand Down

0 comments on commit 63ea8c0

Please sign in to comment.