[#156] add "ritual" after the school in the spell detail view if the spell is, in fact, a ritual.

This commit is contained in:
Robert Perce
2016-05-13 11:40:39 -05:00
parent 78441439c3
commit 6737983782

View File

@@ -10,7 +10,7 @@
<template name="spellDetails">
<div class="body2">
Level {{level}} {{school}}, {{preparedString}}
Level {{level}} {{school}} {{#if ritual}}ritual{{/if}}, {{preparedString}}
</div>
<div style="margin: 16px 0 16px 0;">
{{#if castingTime}}
@@ -136,4 +136,4 @@
</paper-autogrow-textarea>
</paper-input-decorator>
{{> attackEditList parentId=_id parentCollection="Spells" charId=charId enabled=true name=name}}
</template>
</template>