|
@@ -560,33 +560,6 @@
|
|
|
<td class="px-2 text-nowrap">{{ $memo->category }}</td>
|
|
|
<td class="px-2">
|
|
|
<pre class="m-0 break-spaces">{{ $memo->content }}</pre>
|
|
|
- @if($performer->pro->pro_type == 'ADMIN')
|
|
|
- <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
|
|
|
</td>
|
|
|
<td class="px-2 text-nowrap">
|
|
|
@if($performer->pro->pro_type == 'ADMIN')
|
|
@@ -611,6 +584,31 @@
|
|
|
@endif
|
|
|
</td>
|
|
|
<td class="px-2 text-center delete-column">
|
|
|
+ @if($performer->pro->pro_type == 'ADMIN')
|
|
|
+ <div moe relative bottom class="mr-2">
|
|
|
+ <a start show><i class="fa fa-history"></i></a>
|
|
|
+ <div action="" url right bottom>
|
|
|
+ <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>
|
|
|
+ @endif
|
|
|
<div moe wide relative class="mr-2">
|
|
|
<a class="on-hover-opaque" start show title="Edit">
|
|
|
<i class="font-size-11 fa fa-edit"></i>
|