27 lines
615 B
Handlebars
27 lines
615 B
Handlebars
<section id="contributors">
|
|
<header>
|
|
<h2>Kosmos Contributors</h2>
|
|
</header>
|
|
|
|
<div class="content">
|
|
{{contributor-list contributors=model.contributors}}
|
|
|
|
<p class="stats">
|
|
<span class="number">{{model.totalSupply}}</span> kredits issued and distributed among
|
|
<span class="number">{{model.contributorsCount}}</span> contributors.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
{{#if contractInteractionEnabled}}
|
|
<section id="add-contributor">
|
|
<header>
|
|
<h2>Add Contributor</h2>
|
|
</header>
|
|
|
|
<div class="content">
|
|
{{add-contributor kredits=kredits}}
|
|
</div>
|
|
</section>
|
|
{{/if}}
|