Skip to content

Commit

Permalink
#81 more html
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 14, 2018
1 parent 74adb2d commit 0bf4322
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion views/invoice.haml
@@ -1,5 +1,7 @@
%p
This is the invoice you can give to your friends:
This is the
%a{href: 'https://blog.zold.io/2018/08/06/invoices.html'} invoice
you can give to your friends:

%pre
=user.invoice
Expand Down
4 changes: 3 additions & 1 deletion views/pay.haml
Expand Up @@ -11,7 +11,9 @@
%a{href: 'https://blog.zold.io/2018/07/18/keygap.html'} keygap
%input{type: 'text', name: 'keygap', placeholder: 'Your secret...', autocomplete: 'off', required: true}
%label
Send ZLD to (either wallet ID or
Send ZLD to (either wallet ID,
%a{href: 'https://blog.zold.io/2018/08/06/invoices.html'} invoice
or
%a{href: 'https://github.com'} GitHub
login):
%input{type: 'text', name: 'bnf', maxlength: 128, size: 25, placeholder: 'e.g. "@yegor256"', autocomplete: 'off', required: true}
Expand Down

0 comments on commit 0bf4322

Please sign in to comment.