Skip to content

Commit

Permalink
show speech bubble on phantom fund tab
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Sep 20, 2019
1 parent 1b55d59 commit 3c81225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/v2/css/grants/fund.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
padding: 1rem 15px;
position: absolute;
top: 0px;
left: 0px;
left: 130px;
}

.clr_estimate.extraleft {
Expand Down
3 changes: 2 additions & 1 deletion app/grants/templates/grants/fund.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ <h2 class="font-title-lg my-4">{% trans "Fund Grant" %}</h2>
</div>

<div class="col-12 form__footer pt-2 text-center">
{% include './clr_estimate.html' with class='' %}
<img class="mb-4" src="{% static "v2/images/grants/signal.png" %}" style="max-width:40rem; height: 7rem">
<form method=POST>
{%csrf_token%}
Expand Down Expand Up @@ -359,7 +360,7 @@ <h5 class="form__label">{% trans "Gas Settings" %}</h5>
});
{% endif %}

const clr_prediction_curve = {{ clr_prediction_curve }};
const clr_prediction_curve = {% if clr_prediction_curve %}{{ clr_prediction_curve }}{% else %}[0.0, 0.0, 0.0, 0.0, 0.0, 0.0]{% endif %}

{% if phantom_funds %}
const phantom_value = {{ phantom_funds.0.value }};
Expand Down

0 comments on commit 3c81225

Please sign in to comment.