Appv2 + DataModel migration completed
This commit is contained in:
@@ -17,33 +17,13 @@
|
||||
</h1>
|
||||
</div>
|
||||
<div class="header-actions">
|
||||
{{#if isEditMode}}
|
||||
<button
|
||||
type="button"
|
||||
data-action="toggleSheet"
|
||||
class="chat-card-button"
|
||||
>
|
||||
<i class="fas fa-eye"></i>
|
||||
Mode Lecture
|
||||
</button>
|
||||
{{else}}
|
||||
<button
|
||||
type="button"
|
||||
data-action="toggleSheet"
|
||||
class="chat-card-button"
|
||||
>
|
||||
<i class="fas fa-edit"></i>
|
||||
Mode Édition
|
||||
</button>
|
||||
{{/if}}
|
||||
<button
|
||||
type="button"
|
||||
data-action="postItem"
|
||||
class="chat-card-button"
|
||||
title="Poster dans le chat"
|
||||
data-tooltip="Poster dans le chat"
|
||||
>
|
||||
<i class="fas fa-comment"></i>
|
||||
Poster
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user