Minor layout fixes, and link fixes. Changed notes to be optional in systems table

This commit is contained in:
Deon George
2021-06-19 14:40:55 +10:00
parent f4454dd5f7
commit 84df9ce811
5 changed files with 58 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
</div>
<div class="row">
<div class="col-6">
<div class="col-9">
<p>This system is aware of the following systems:</p>
@if (\App\Models\System::count() == 0)
@@ -37,7 +37,7 @@
<tbody>
@can('admin',(new \App\Models\System))
<tr>
<td colspan="6"><a href="{{ url('ftn/domain/addedit') }}">Add New System</a></td>
<td colspan="6"><a href="{{ url('ftn/system/addedit') }}">Add New System</a></td>
</tr>
@endcan
@foreach (\App\Models\System::orderBy('name')->cursor() as $oo)