Add comment in solliciter un nouveau conducteur
This commit is contained in:
@@ -130,6 +130,7 @@
|
|||||||
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Distance passager</th>
|
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Distance passager</th>
|
||||||
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Prix passager</th>
|
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Prix passager</th>
|
||||||
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Indemnité conducteur</th>
|
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Indemnité conducteur</th>
|
||||||
|
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Commentaire</th>
|
||||||
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Profil validé</th>
|
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">Profil validé</th>
|
||||||
<th scope="col" class="relative py-3.5 pl-3 pr-4 sm:pr-6">
|
<th scope="col" class="relative py-3.5 pl-3 pr-4 sm:pr-6">
|
||||||
<span class="sr-only">Actions</span>
|
<span class="sr-only">Actions</span>
|
||||||
@@ -164,6 +165,9 @@
|
|||||||
{{printf "%.2f" $pricing.driver.amount}} {{$pricing.driver.currency}}
|
{{printf "%.2f" $pricing.driver.amount}} {{$pricing.driver.currency}}
|
||||||
{{else}}-{{end}}
|
{{else}}-{{end}}
|
||||||
</td>
|
</td>
|
||||||
|
<td class="px-3 py-4 text-sm text-gray-500">
|
||||||
|
{{if $driver.Data.other_properties}}{{$driver.Data.other_properties.comment}}{{end}}
|
||||||
|
</td>
|
||||||
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
|
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
|
||||||
{{if solidarityDriverValidatedProfile $driver (solidarityDocuments $driver.ID)}}
|
{{if solidarityDriverValidatedProfile $driver (solidarityDocuments $driver.ID)}}
|
||||||
<span class="p-1 px-2 text-xs bg-co-green text-white rounded-2xl">Oui</span>
|
<span class="p-1 px-2 text-xs bg-co-green text-white rounded-2xl">Oui</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user