File tree 1 file changed +4
-2
lines changed
app/grants/templates/grants 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 31
31
{{subscription.num_tx_approved|floatformat}} time{{ subscription.num_tx_approved|pluralize }}
32
32
</ div >
33
33
</ div >
34
+ {% if not subscription.contributor_profile.hide_wallet_address %}
34
35
< div class ="d-none d-md-block col-4 col-md-2 my-auto font-body ">
35
36
< a class ="sub_tx_link " href ="https://etherscan.io/tx/{{ subscription.new_approve_tx_id }} " target ="_blank " rel ="noopener noreferrer ">
36
37
{% if subscription.new_approve_tx_id %}
37
38
View Etherscan
38
39
{% endif %}
39
40
</ a >
40
41
</ div >
42
+ {% endif %}
41
43
< div class ="offset-lg-1 col-4 col-md-2 my-auto tags font-caption ">
42
44
< div class ="tag tag-lg token ">
43
45
< p >
78
80
{% if not transaction.success %} (Failed) {% endif %}
79
81
</ div >
80
82
</ div >
81
- {% if not profile.hide_wallet_address or subscription.contributor_profile.has_done_business_with %}
83
+ {% if not transaction. subscription.contributor_profile.hide_wallet_address %}
82
84
< div class ="d-none d-md-block col-md-2 font-body my-auto txn-link ">
83
85
< a class ="tx_link " href ="https://etherscan.io/tx/{{ transaction.tx_id }} " target ="_blank " rel ="noopener noreferrer ">
84
86
{% if transaction.tx_id %}
137
139
{{subscription.num_tx_approved|floatformat}} time{{ subscription.num_tx_approved|pluralize }}
138
140
</ div >
139
141
</ div >
140
- {% if not profile .hide_wallet_address %}
142
+ {% if not subscription.contributor_profile .hide_wallet_address %}
141
143
< div class ="d-none d-md-block col-md-2 my-auto font-body ">
142
144
{% if subscription.cancel_tx_id != '0x0' %}
143
145
< a class ="cancel_tx_link " href ="https://etherscan.io/tx/{{ subscription.cancel_tx_id }} " target ="_blank " rel ="noopener noreferrer ">
You can’t perform that action at this time.
0 commit comments