Make the fate path editable from the geist sheet
This commit is contained in:
parent
17f2dc95a5
commit
ef719d4892
2 changed files with 12 additions and 1 deletions
|
|
@ -17,7 +17,16 @@
|
|||
class="alt"
|
||||
data-tooltip="{{path.full}}"
|
||||
>
|
||||
{{path.abbv}}
|
||||
{{#if meta.editable}}
|
||||
<select name="system.fate">
|
||||
<option value="">{{rc-i18n "RipCrypt.common.empty"}}</option>
|
||||
{{ rc-options path.full fateOptions localize=true }}
|
||||
</select>
|
||||
{{else if meta.limited}}
|
||||
???
|
||||
{{else}}
|
||||
{{path.abbv}}
|
||||
{{/if}}
|
||||
</td>
|
||||
<td>
|
||||
{{#if meta.editable}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue