Skip to content

Commit

Permalink
Update inspectionview.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 28, 2024
1 parent 956b803 commit 5246a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/inspectionview.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
</div>
<div class="row">
<?php if ($inspection->en_filename_inspection != NULL) {?>
<div class="col-sm-6 p-1 text-center text-sm-left">
<div class="col-sm-6 pt-1 text-center text-sm-left">
<p class="inspfile"><a href="<?= base_url()?>assets/pdfs/<?= $inspection->en_filename_inspection ?>" target="_blank"><i class="fal fa-file-pdf"></i> <?= $this->lang->line('inspection_report'); ?> (<?= $this->lang->line('englishlang'); ?>)</a></p>
<?php } ?>
</div><div class="col-sm-6 p-1 text-center text-sm-left"></div></div>
Expand Down

0 comments on commit 5246a14

Please sign in to comment.