|
@@ -39,7 +39,7 @@
|
|
|
<a class="text-nowrap" href="" show start>Create Suggestion</a>
|
|
|
<form url="/api/segment/putSegmentSummarySuggestion">
|
|
|
<input type="hidden" name="uid" value="{{$segment->uid}}">
|
|
|
- <textarea name="suggestedSummaryHtml">
|
|
|
+ <textarea name="suggestedSummaryHtml" rte>
|
|
|
@if(request()->get('suggestion_mode') == 'on')
|
|
|
{!! $segment->getRecalculatedHtml($performer)['summaryHtml'] !!}
|
|
|
@else
|
|
@@ -64,7 +64,7 @@
|
|
|
<a class="text-nowrap" href="" show start>Accept</a>
|
|
|
<form url="/api/segment/putSegmentSummaryChange">
|
|
|
<input type="hidden" name="uid" value="{{$segment->uid}}">
|
|
|
- <textarea name="newSummaryHtml">{!! $suggestion->summary_html !!}</textarea>
|
|
|
+ <textarea name="newSummaryHtml" rte>{!! $suggestion->summary_html !!}</textarea>
|
|
|
<div class="mb-0">
|
|
|
<button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
<button class="btn btn-default border btn-sm" cancel>Cancel</button>
|