]> BookStack Code Mirror - bookstack/blobdiff - resources/views/form/textarea.blade.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / views / form / textarea.blade.php
index c3b784d93005fdfd20563b012c79333c39be86ca..8220a0c3711b3158a17f65ce42a02003cfcd28b2 100644 (file)
@@ -1,5 +1,5 @@
 <textarea id="{{ $name }}" name="{{ $name }}" rows="5"
-          @if($errors->has($name)) class="neg" @endif>@if(isset($model) || old($name)){{ old($name) ? old($name) : $model->$name}}@endif</textarea>
+          @if($errors->has($name)) class="text-neg" @endif>@if(isset($model) || old($name)){{ old($name) ? old($name) : $model->$name}}@endif</textarea>
 @if($errors->has($name))
     <div class="text-neg text-small">{{ $errors->first($name) }}</div>
 @endif
\ No newline at end of file