Visual improvement on LND page regrding version

This commit is contained in:
Taylor Helsper 2019-08-14 18:05:16 -05:00
parent bf42887428
commit 731b59c112

View File

@ -132,10 +132,12 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
{% if wallet_exists %}
<div class="info_tile"> <div class="info_tile">
<div class="info_tile_header">Version</div> <div class="info_tile_header">Version</div>
<div class="info_tile_contents">{{version}}</div> <div class="info_tile_contents">{{version}}</div>
</div> </div>
{% endif %}
</div> </div>
{% if wallet_exists or channel_backup_exists %} {% if wallet_exists or channel_backup_exists %}