Samson Mutunga преди 3 години
родител
ревизия
c7e9dcd625
променени са 1 файла, в които са добавени 23 реда и са изтрити 21 реда
  1. 23 21
      resources/views/app/patient/dashboard.blade.php

+ 23 - 21
resources/views/app/patient/dashboard.blade.php

@@ -555,27 +555,29 @@
                                         <td class="px-2">
                                             <pre class="m-0 break-spaces">{{ $memo->content }}</pre>
                                             @if($performer->pro->pro_type == 'ADMIN')
-                                            <div moe>
-                                                <a start show>Show Changelog</a>
-                                                <div action="" url>
-                                                    <table class="table table-condensed table-striped table-sm">
-                                                        <thead>
-                                                        <th>Category</th>
-                                                        <th>Summary</th>
-                                                        <th>Created</th>
-                                                        
-                                                        </thead>
-                                                        <tbody>
-                                                        @foreach($memo->updates as $update)
-                                                            <tr>
-                                                                <td>{{$update->category}}</td>
-                                                                <td>{{$update->content}}</td>
-                                                                <td><strong>{{$update->createdBy->proname_first}} {{$update->createdBy->pro->name_last}}</strong><br/>{{ friendly_date_time($update->created_at) }}</td>
-                                                               
-                                                            </tr>
-                                                        @endforeach
-                                                        </tbody>
-                                                    </table>
+                                            <div class="d-flex justify-content-end align-items-center">
+                                                <div moe>
+                                                    <a start show><i class="fas fa-archive"></i> Show Changelog</a>
+                                                    <div action="" url>
+                                                        <table class="table table-condensed table-striped table-sm">
+                                                            <thead>
+                                                            <th>Category</th>
+                                                            <th>Summary</th>
+                                                            <th>Created</th>
+                                                            
+                                                            </thead>
+                                                            <tbody>
+                                                            @foreach($memo->updates as $update)
+                                                                <tr>
+                                                                    <td>{{$update->category}}</td>
+                                                                    <td>{{$update->content}}</td>
+                                                                    <td><strong>{{$update->createdBy->proname_first}} {{$update->createdBy->pro->name_last}}</strong><br/>{{ friendly_date_time($update->created_at) }}</td>
+                                                                
+                                                                </tr>
+                                                            @endforeach
+                                                            </tbody>
+                                                        </table>
+                                                    </div>
                                                 </div>
                                             </div>
                                             @endif