Exp with img and cap have now it s own row

This commit is contained in:
Vlyan
2020-12-28 10:16:34 +01:00
parent 175c18a4dc
commit b057746ae5
5 changed files with 20 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
<tr class="flexrow row advancement">
<td class="name" name="advancement.name">{{#if advancement.data.in_curriculum}}<i class="fas fa-graduation-cap"></i> {{/if}}{{ advancement.name }}</td>
<td class="curriculum" name="curriculum">{{#if advancement.data.in_curriculum}}<i class="fas fa-graduation-cap"></i> {{/if}}</td>
<td class="name" name="advancement.name"><img src="{{ advancement.img }}" title="{{ advancement.name }}"> {{ advancement.name }}</td>
<td class="xp" name="advancement.xp">{{ advancement.data.xp_used }}</td>
<td class="rank" name="advancement.rank">{{ advancement.data.rank }}</td>
{{#if editable}}

View File

@@ -18,6 +18,7 @@
<table>
<thead class="flex">
<tr class="flexrow row">
<th class="curriculum"></th>
<th class="name">{{ localize 'l5r5e.name' }}</th>
<th class="xp">{{ localize 'l5r5e.advancements.spent' }}</th>
<th class="rank">{{ localize 'l5r5e.rank' }}</th>