edit config.yaml to add delete_booking route
This commit is contained in:
		
							parent
							
								
									eb8859ca67
								
							
						
					
					
						commit
						61e9285a2b
					
				| 
						 | 
				
			
			@ -83,6 +83,9 @@ views:
 | 
			
		|||
    booking_display: 
 | 
			
		||||
      files: 
 | 
			
		||||
        - web/layouts/vehicles_management/booking-display.html
 | 
			
		||||
    delete_booking: 
 | 
			
		||||
      files: 
 | 
			
		||||
        - web/layouts/vehicles_management/delete-booking.html
 | 
			
		||||
  agenda: 
 | 
			
		||||
    list: 
 | 
			
		||||
      files: 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,7 +27,7 @@
 | 
			
		|||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="mt-5 sm:mt-6 sm:grid sm:grid-flow-row-dense sm:grid-cols-2">
 | 
			
		||||
                    <a href="/app/vehicles-management/bookings/{{.ViewState.bookings}}" class="mt-3 inline-flex w-full justify-center rounded-l-2xl border border-gray-300 bg-white px-4 py-2 text-base font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-co-blue focus:ring-offset-2 sm:col-start-1 sm:mt-0 sm:text-sm">Annuler</a>
 | 
			
		||||
                    <a href="/app/vehicles-management/bookings/{{.ViewState.booking.ID}}" class="mt-3 inline-flex w-full justify-center rounded-l-2xl border border-gray-300 bg-white px-4 py-2 text-base font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-co-blue focus:ring-offset-2 sm:col-start-1 sm:mt-0 sm:text-sm">Annuler</a>
 | 
			
		||||
                    <button  type="submit" class="inline-flex w-full justify-center rounded-r-2xl border border-transparent bg-co-blue px-4 py-2 text-base font-medium text-white shadow-sm hover:bg-co-blue focus:outline-none focus:ring-2 focus:ring-co-blue focus:ring-offset-2 sm:col-start-2 sm:text-sm">Confirmation</button>
 | 
			
		||||
                </div>
 | 
			
		||||
                </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue