1 <div refs="page-comments@form-container" hidden class="comment-branch mb-m">
2 <div class="comment-box">
4 <div class="header p-s">{{ trans('entities.comment_new') }}</div>
5 <div refs="page-comments@reply-to-row" hidden class="primary-background-light text-muted px-s py-xs">
6 <div class="grid left-focus v-center">
8 <a refs="page-comments@form-reply-link" href="#">{{ trans('entities.comment_in_reply_to', ['commentId' => '1234']) }}</a>
10 <div class="text-right">
11 <button refs="page-comments@remove-reply-to-button" class="text-button">{{ trans('common.remove') }}</button>
16 <div class="content px-s pt-s">
17 <form refs="page-comments@form" novalidate>
18 <div class="form-group description-input">
19 <textarea refs="page-comments@form-input" name="html"
21 placeholder="{{ trans('entities.comment_placeholder') }}"></textarea>
23 <div class="form-group text-right">
24 <button type="button" class="button outline"
25 refs="page-comments@hide-form-button">{{ trans('common.cancel') }}</button>
26 <button type="submit" class="button">{{ trans('entities.comment_save') }}</button>