From 9c83fc4670356f44c059dc74f2b691c62590d06f Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Wed, 17 Jan 2018 15:58:26 +0800 Subject: [PATCH] change of color of reject button --- app/views/admin/property_hires/show.html.erb | 2 +- app/views/admin/property_hires/show_booking_details.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/property_hires/show.html.erb b/app/views/admin/property_hires/show.html.erb index e7f579f..1b46933 100644 --- a/app/views/admin/property_hires/show.html.erb +++ b/app/views/admin/property_hires/show.html.erb @@ -32,7 +32,7 @@ View <% if p_hire.passed %> - "index") %>" class="btn btn-danger">Reject + "index") %>" class="btn btn-warning">Reject <% else %> "index") %>" class="btn btn-success">Accept <% end %> diff --git a/app/views/admin/property_hires/show_booking_details.html.erb b/app/views/admin/property_hires/show_booking_details.html.erb index b63127d..cef0c69 100644 --- a/app/views/admin/property_hires/show_booking_details.html.erb +++ b/app/views/admin/property_hires/show_booking_details.html.erb @@ -40,7 +40,7 @@ Back <% if @booking.passed %> - " class="btn btn-danger">Reject + " class="btn btn-warning">Reject <% else %> " class="btn btn-success">Accept <% end %>