Skip to content

Commit

Permalink
update: airline | total airplane at list
Browse files Browse the repository at this point in the history
  • Loading branch information
MRoyhanF committed Dec 16, 2024
1 parent 65aa4cd commit a003a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/pages/airline/index.edge
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<td>{{ airline.iataCode }}</td>
<td><img src="{{ airline.imageUrl }}" class="w-16" alt=""></td>
<td><a href="/admin/airline/{{ airline.iataCode }}/airplanes" class="text-blue-600 hover:text-blue-800 hover:underline">{{ airline.name }}</a></td>
<td>---</td>
<td>{{ airline._count.Airplanes }}</td>
<td>
{{-- <a href="{{ api }}/airlines/{{ airline.id }}/edit" class="btn btn-primary">Edit</a> --}}
<button type="button" class="shadow-md py-1 px-3 inline-flex items-center gap-x-2 text-sm font-medium rounded-lg border border-transparent bg-yellow-300 text-yellow-800 hover:bg-yellow-400 focus:outline-none focus:bg-yellow-200 disabled:opacity-50 disabled:pointer-events-none">
Expand Down

0 comments on commit a003a86

Please sign in to comment.