فهرست منبع

Notes listing ICDs in single line

Vijayakrishnan 3 سال پیش
والد
کامیت
b3da6090d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      resources/views/app/patient/notes.blade.php

+ 1 - 4
resources/views/app/patient/notes.blade.php

@@ -220,10 +220,7 @@
                 <td class="max-width-200px">
                     @if(count($note->reasons))
                         @foreach ($note->reasons as $reason)
-                            <div class="mb-1">
-                                <span>{{ $reason->code }}</span>
-                                <span class="text-secondary text-sm">{{ $reason->description}}</span>
-                            </div>
+                            <span class="d-inline-block mr-2" title="{{ $reason->description}}">{{ $reason->code }}</span>
                         @endforeach
                     @else
                         -