Skip to content

Commit

Permalink
fix for #3396
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jan 4, 2019
1 parent 2443cd2 commit 8f7dce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/templates/process_bounty.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h3>{% trans "Basic Payout" %}</h3>
</div>
<div class="w-100 my-2">
<label for='bountyFulfillment'>{% trans "Bounty Submission:" %}</label>
<label id="tooltip">{% trans "Where is my Eth going? " %}<i class='fa fa-info-circle'></i></label>
<label id="tooltip" class="ethinfo-hover">{% trans "Where is my Eth going? " %}<i class='fa fa-info-circle'></i></label>
<select class='custom-select w-100 btn-sm' name='bountyFulfillment' id='bountyFulfillment'>
{% for fulfillment in open_fulfillments %}
<option value='{{ fulfillment.fulfillment_id }}'
Expand Down

0 comments on commit 8f7dce0

Please sign in to comment.