mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
private comment for action. still needs (de)normalization
This commit is contained in:
@@ -33,6 +33,15 @@
|
||||
></ckeditor>
|
||||
</div>
|
||||
|
||||
<div id="private_comment" class="action-row">
|
||||
<label class="col-form-label">{{ $t('private comment') }}</label>
|
||||
<ckeditor
|
||||
v-model="privateComment"
|
||||
:editor="editor"
|
||||
tag-name="textarea"
|
||||
></ckeditor>
|
||||
</div>
|
||||
|
||||
<div id="objectives" class="action-row">
|
||||
<div aria="hidden" class="title">
|
||||
<div><h3>{{ $t('goals_title') }}</h3></div>
|
||||
|
Reference in New Issue
Block a user