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>
<td>Commit Rate</td>
<td>
{% if circuit.commit_speed %}
{{ circuit.commit_speed_human }}
{% if circuit.commit_rate %}
{{ circuit.commit_rate_human }}
{% else %}
<span class="text-muted">N/A</span>
{% endif %}