Initial
This commit is contained in:
10
resources/app/templates/dice/roll.html
Normal file
10
resources/app/templates/dice/roll.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="dice-roll">
|
||||
{{#if flavor}}
|
||||
<div class="dice-flavor">{{flavor}}</div>
|
||||
{{/if}}
|
||||
<div class="dice-result">
|
||||
<div class="dice-formula">{{formula}}</div>
|
||||
{{{tooltip}}}
|
||||
<h4 class="dice-total">{{total}}</h4>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user