Skip to content

Commit

Permalink
Add a link to the bitcoin address on blockchain.info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ummon committed Sep 16, 2012
1 parent 167ff18 commit 0061d82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions yssi/about.yaws
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

out(A) ->
{ehtml, [
{p, [], tr(about, author, A, ["<a href=\"mailto:greg.burri@gmail.com\">Greg Burri</a>"])},
{p, [], tr(about, author, A, ["<a href=\"http://www.gburri.org\">Greg Burri</a>"])},
{p, [], tr(about, linux, A, ["<a href=\"mailto:herve.martinet@gmail.com\">Hervé Martinet</a>"])},
{p, [], tr(about, thanks, A, ["Maximilien Cuony (\"The Glu\")", "<a href=\"http://twitter.com/algorithme\">Olivier Morel</a>"])},
{h2, [], tr(about, tech, A)},
Expand All @@ -15,4 +15,4 @@
{ul, [], tr(about, tech_used_website, A)}
]}.

</erl>
</erl>
2 changes: 1 addition & 1 deletion yssi/donate.yaws
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{p, [], tr(donate, intro, A)},
{'div', [{class, "box"}], [
{a, [{href, "http://www.bitcoin.org"}], {img, [{src, "img/bitcoin_icon.png"}, {alt, "Bitcoin"}, {class, "bitcoin"}]}},
tr(donate, bitcoin_address, A),
{a, [{href, "http://blockchain.info/address/1H5CjVZj6Sm4mYxevYSbiMYdv6kgdD1ThX"}], tr(donate, bitcoin_address, A)},
{input, [{class, "bitcoin-address-field"}, {type, "text"}, {spellcheck, "false"}, {size, 45}, {value, "1H5CjVZj6Sm4mYxevYSbiMYdv6kgdD1ThX"}]}
]},
{'div', [{class, "box"}], [
Expand Down

0 comments on commit 0061d82

Please sign in to comment.