<div class="form-group text-right">
<button type="button" class="button outline"
action="hideForm">{{ trans('common.cancel') }}</button>
- <button type="submit" class="button primary">{{ trans('entities.comment_save') }}</button>
+ <button type="submit" class="button">{{ trans('entities.comment_save') }}</button>
</div>
<div class="form-group loading" style="display: none;">
@include('partials.loading-icon', ['text' => trans('entities.comment_saving')])
</div>
</form>
</div>
-</div>
-
-<div class="form-group text-right" comment-add-button>
- <button type="button" action="addComment"
- class="button outline">{{ trans('entities.comment_add') }}</button>
</div>
\ No newline at end of file