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

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

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

Loading…
Cancel
Save