Esprit de la Loi + Automaton
This commit is contained in:
@@ -17,6 +17,20 @@
|
||||
</h1>
|
||||
</div>
|
||||
<div class="header-actions">
|
||||
{{#if canEnchant}}
|
||||
<button
|
||||
type="button"
|
||||
data-action="enchanter"
|
||||
class="chat-card-button"
|
||||
data-tooltip="Enchanter (Loi)"
|
||||
>
|
||||
<i class="fas fa-star-half-alt"></i>
|
||||
</button>
|
||||
{{else if enchantementActif}}
|
||||
<span class="chat-card-button" data-tooltip="Déjà enchanté (Loi)" style="color:gold;cursor:default;">
|
||||
<i class="fas fa-star"></i>
|
||||
</span>
|
||||
{{/if}}
|
||||
<button
|
||||
type="button"
|
||||
data-action="postItem"
|
||||
|
||||
Reference in New Issue
Block a user