Skip to content

Commit

Permalink
worker can ding
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki authored and vlad2689 committed Sep 15, 2018
1 parent 90ee685 commit b907bf6
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions app/dashboard/templates/bounty/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,34 +243,10 @@ <h5 class="bounty-heading">{% trans "Funder" %}</h5>
</a>
</div>
</div>
[[if activity_type == 'work_done']]
<div class="col-12 col-md-7 fulfilled">
<div class="activity-status">
[[:text]]
<i class="far fa-check-circle"></i>
</div>
[[if fulfiller_address]]
<div>
<span class="bounty-subheading">{% trans "ETH Address" %} :</span>
<span class="bounty-text">
<a href="https://etherscan.io/address/[[:fulfiller_address]]" target="_blank" rel="noopener noreferrer">[[:fulfiller_address]]</a>
</span>
</div>
[[/if]]
[[if fulfiller_email]]
<div>
<span class="bounty-subheading">{% trans "Email" %} :</span>
<span class="bounty-text">
<a href="mailto:[[:fulfiller_email]]">[[:fulfiller_email]]</a>
</span>
</div>
[[/if]]
[[if fulfillment_id]]
<div>
<span class="bounty-subheading">{% trans "Submission Id" %} :</span>
<span class="bounty-text">[[:fulfillment_id]]</span>
</div>
[[/if]]
[[else activity_type == 'start_work' || activity_type == 'worker_approved' || activity_type == 'bounty_abandonment_warning || activity_type == 'worker_applied' ]]
<div class="col-12 col-md-7 started-status-column">
<div class="activity-status">
[[:text]]
</div>
[[else activity_type == 'start_work' || activity_type == 'worker_approved' || activity_type == 'bounty_abandonment_warning' ]]
<div class="col-12 col-md-7 started-status-column">
Expand Down

0 comments on commit b907bf6

Please sign in to comment.