This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<ul>
|
||||
<li class="flexrow item" data-item-id="{{spleen._id}}">
|
||||
<label class="item-field-label-short">{{localize "ECRY.ui.spleen"}} :</label>
|
||||
<label class="item-name-label-long">{{spleen.name}}</label>
|
||||
<label class="item-name-label-long" title="{{spleen.name}}">{{spleen.name}}</label>
|
||||
<div class="item-filler"> </div>
|
||||
{{#if spleen}}
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -27,7 +27,7 @@
|
||||
</li>
|
||||
<li class="item flexrow" data-item-id="{{ideal._id}}">
|
||||
<label class="item-field-label-short">{{localize "ECRY.ui.ideal"}} :</label>
|
||||
<label class="item-name-label-long">{{ideal.name}}</label>
|
||||
<label class="item-name-label-long" title="{{ideal.name}}">{{ideal.name}}</label>
|
||||
<div class="item-filler"> </div>
|
||||
{{#if ideal}}
|
||||
<div class="item-controls item-controls-fixed">
|
||||
@@ -39,7 +39,7 @@
|
||||
<li class="item flexrow flexrow-no-expand flexrow-start">
|
||||
<label class="item-name-label-short">{{localize "ECRY.ui.traits"}} :</label>
|
||||
{{#each traits as |trait key|}}
|
||||
<label class="item-name-label-free">
|
||||
<label class="item-name-label-free" title="{{trait.name}}">
|
||||
<a data-action="itemEdit" data-item-id="{{trait._id}}">{{trait.name}}</a>{{#unless @last}}, {{/unless}}
|
||||
</label>
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user