Changed rpg-docs folder to app
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<template name="proficiencyViewList">
|
||||
{{#if proficiencies.count}}
|
||||
<div class="proficiencies">
|
||||
<div class="paper-font-title" style="margin-bottom: 8px;">
|
||||
Proficiencies
|
||||
</div>
|
||||
{{#each proficiencies}}
|
||||
{{> proficiencyView}}
|
||||
{{/each}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</template>
|
||||
Reference in New Issue
Block a user