mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-25 15:34:12 +00:00
minor fixes
This commit is contained in:
@@ -32,7 +32,7 @@ class TaskResource extends JsonResource
|
||||
'type_id' => $this->type_id,
|
||||
'task_type' => new ModularTypeResource($this->taskType),
|
||||
'title' => $this->title,
|
||||
'description' => $this->description,
|
||||
'description' => nl2br($this->description),
|
||||
'status' => $this->status,
|
||||
'current_status' => $this->currentStatus->name,
|
||||
'active' => $this->active,
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p class="m-0">{{task.description}}</p>
|
||||
<p class="m-0" v-html="task.description"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user