From 0bf4322bee44dd28adb303c2dc45fbf93c6119f1 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 14 Dec 2018 09:09:37 +0300 Subject: [PATCH] #81 more html --- views/invoice.haml | 4 +++- views/pay.haml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/views/invoice.haml b/views/invoice.haml index df000ebc..e2011aa4 100644 --- a/views/invoice.haml +++ b/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 diff --git a/views/pay.haml b/views/pay.haml index b34d7263..c2784e76 100644 --- a/views/pay.haml +++ b/views/pay.haml @@ -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}