Skip to content

Commit

Permalink
Update inspections.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 2, 2024
1 parent d3eba6c commit 2e51827
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/views/inspections.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="row justify-content-center">
<div class="col-lg-8 mt-5">
<div class="row">
<div class="col-sm-4 px-1 py-5 text-white text-center"><a href="<?php echo base_url(); ?>inspection/client_add" class="btn btn-success btn-lg btn-block"><i class="fal fa-user-tie fa-5x mb-2"></i><h4 ><?= $this->lang->line('home_new_client'); ?></h4></a></div>
<div class="col-sm-4 px-1 py-5 text-white text-center"><a href="<?php echo base_url(); ?>inspection/vehicle_add" class="btn btn-secondary btn-lg btn-block"><i class="fal fa-car fa-5x mb-2"></i><h4><?= $this->lang->line('home_new_vehicle'); ?></h4></a></div>
<div class="col-sm-4 px-1 py-5 text-white text-center"><a href="<?php echo base_url(); ?>inspection/inspection_new" class="btn btn-primary btn-lg btn-block"><i class="fal fa-clipboard-check fa-5x mb-2"></i><h4 ><?= $this->lang->line('home_new_inspection'); ?></h4></a></div>
<div class="col-sm-4 px-1 py-2 text-white text-center"><a href="<?php echo base_url(); ?>inspection/client_add" class="btn btn-success btn-lg btn-block"><i class="fal fa-user-tie fa-5x mb-2"></i><h4 ><?= $this->lang->line('home_new_client'); ?></h4></a></div>
<div class="col-sm-4 px-1 py-2 text-white text-center"><a href="<?php echo base_url(); ?>inspection/vehicle_add" class="btn btn-secondary btn-lg btn-block"><i class="fal fa-car fa-5x mb-2"></i><h4><?= $this->lang->line('home_new_vehicle'); ?></h4></a></div>
<div class="col-sm-4 px-1 py-2 text-white text-center"><a href="<?php echo base_url(); ?>inspection/inspection_new" class="btn btn-primary btn-lg btn-block"><i class="fal fa-clipboard-check fa-5x mb-2"></i><h4 ><?= $this->lang->line('home_new_inspection'); ?></h4></a></div>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 2e51827

Please sign in to comment.