Skip to content

Commit

Permalink
Merge pull request #263 from wanderlust-group-project-1/guide-booking
Browse files Browse the repository at this point in the history
Guide booking
  • Loading branch information
nsavinda authored May 1, 2024
2 parents 3e852f5 + a808fba commit 28dc994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/customer/components/complaintlist.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<button class="btn btn-primary" id="mark-as-returned">Mark as Returned</button>
<?php }
elseif ($complaint->status == 'pending') { ?>

<!-- <button class="btn-text-orange" id="accept-complaint"><i class="fa fa-check" aria-hidden="true"></i> Accept</button>
<button class="btn-text-red" id="cancel-complaint"><i class="fa fa-times" aria-hidden="true"></i> Cancel</button> -->
<?php }
Expand Down
2 changes: 1 addition & 1 deletion app/views/customer/rent.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@



<div class="container flex-d-c justify-content-center gap-2">
<div class="container flex-d-c justify-content-center gap-2 p-0">
<div class="customer-bg-image">
<img src="<?php echo ROOT_DIR?>/assets/images/customerbg.jpg" alt="customer-bg-image" class="customer-bg-image">
</div>
Expand Down

0 comments on commit 28dc994

Please sign in to comment.