Browse Source

improvement mobile phone view

master
yuriy0803 3 years ago
parent
commit
0037fabb91
  1. 2
      www/app/templates/blocks/immature.hbs
  2. 2
      www/app/templates/blocks/index.hbs

2
www/app/templates/blocks/immature.hbs

@ -1,5 +1,6 @@
{{#if model.immature}}
<h4>Immature Blocks</h4>
<div class="table-responsive">
<table class="table table-condensed table-striped">
<thead>
<tr>
@ -17,6 +18,7 @@
{{/each}}
</tbody>
</table>
</div>
{{else}}
<h3>No immature blocks yet</h3>
{{/if}}

2
www/app/templates/blocks/index.hbs

@ -1,5 +1,6 @@
{{#if model.matured}}
<h4>Matured Blocks</h4>
<div class="table-responsive">
<table class="table table-condensed table-striped">
<thead>
<tr>
@ -17,6 +18,7 @@
{{/each}}
</tbody>
</table>
</div>
{{else}}
<h3>No matured blocks yet</h3>
{{/if}}

Loading…
Cancel
Save