|
@@ -555,27 +555,29 @@
|
|
<td class="px-2">
|
|
<td class="px-2">
|
|
<pre class="m-0 break-spaces">{{ $memo->content }}</pre>
|
|
<pre class="m-0 break-spaces">{{ $memo->content }}</pre>
|
|
@if($performer->pro->pro_type == 'ADMIN')
|
|
@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>
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|