Skip to content

Commit

Permalink
Merge branch 'reviewer-bounties' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRochard committed Sep 28, 2020
2 parents 0e58636 + b990493 commit b037d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bitcoin_acks/webapp/formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ def payable_satoshi_formatter(view, context, model: Bounties, name):
for reviewer in reviewers:
payable_html += f'''
<li>
<a "{view.get_url('invoices.generate_invoice', bounty_id=model.id, recipient_user_id=reviewer.id)}">
<a href="{view.get_url('invoices.generate_invoice',
bounty_id=model.id, recipient_user_id=reviewer.id)}">
Pay {reviewer.best_name}
</a>
</li>
Expand Down

0 comments on commit b037d7f

Please sign in to comment.