Skip to content

Commit

Permalink
quality of code
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePiron committed Mar 1, 2024
1 parent 10e65f4 commit a68a354
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/resources/views/place/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ class="bg-green-500 hover:bg-green-700 text-white font-bold py-2 px-4 rounded">
<table class="table table-striped table-bordered">
<thead>
<tr>
<td>{{__('place/index.fields.name')}}</td>
<td>{{__('place/index.fields.lat')}}</td>
<td>{{__('place/index.fields.lon')}}</td>
<td>{{__('place/index.fields.description')}}</td>
<td>{{__('place/index.fields.actions')}}</td>
<th>{{__('place/index.fields.name')}}</th>
<th>{{__('place/index.fields.lat')}}</th>
<th>{{__('place/index.fields.lon')}}</th>
<th>{{__('place/index.fields.description')}}</th>
<th>{{__('place/index.fields.actions')}}</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit a68a354

Please sign in to comment.