Files
DiceCloud/rpg-docs/client/views/character/proficiencies/proficiencyViewList/proficiencyViewList.html
2015-06-17 08:49:26 +02:00

11 lines
272 B
HTML

<template name="proficiencyViewList">
{{#if proficiencies.count}}
<hr class="vertMargin">
<div class="proficiencies">
<h2 style="margin-bottom: 8px;">Proficiencies</h2>
{{#each proficiencies}}
{{> proficiencyView}}
{{/each}}
</div>
{{/if}}
</template>