1 <div class="comment-box" comment-box style="display:none;">
2 <div class="header p-s">{{ trans('entities.comment_new') }}</div>
3 <div comment-form-reply-to class="reply-row primary-background-light text-muted px-s py-xs mb-s" style="display: none;">
4 <div class="grid left-focus v-center">
6 {!! trans('entities.comment_in_reply_to', ['commentId' => '<a href=""></a>']) !!}
8 <div class="text-right">
9 <button class="text-button" action="remove-reply-to">{{ trans('common.remove') }}</button>
13 <div class="content px-s" comment-form-container>
15 <div class="form-group description-input">
16 <textarea name="markdown" rows="3"
17 placeholder="{{ trans('entities.comment_placeholder') }}"></textarea>
19 <div class="form-group text-right">
20 <button type="button" class="button outline"
21 action="hideForm">{{ trans('common.cancel') }}</button>
22 <button type="submit" class="button">{{ trans('entities.comment_save') }}</button>
24 <div class="form-group loading" style="display: none;">
25 @include('partials.loading-icon', ['text' => trans('entities.comment_saving')])