Fixes #490: Corrected display of circuit commit rate

This commit is contained in:
Jeremy Stretch 2016-08-19 10:41:37 -04:00
parent fa79014585
commit 7a558d8332

View File

@ -95,8 +95,8 @@
<tr> <tr>
<td>Commit Rate</td> <td>Commit Rate</td>
<td> <td>
{% if circuit.commit_speed %} {% if circuit.commit_rate %}
{{ circuit.commit_speed_human }} {{ circuit.commit_rate_human }}
{% else %} {% else %}
<span class="text-muted">N/A</span> <span class="text-muted">N/A</span>
{% endif %} {% endif %}