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 %>