Skip to content

Commit

Permalink
Merge pull request #979 from ssteeltm/Asset-URI-link-duplicate
Browse files Browse the repository at this point in the history
Update client_asset_details.php
  • Loading branch information
wrongecho authored Jul 1, 2024
2 parents cc38c64 + 8881cd3 commit b6f1e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_asset_details.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<div class="mt-2"><i class="fa fa-fw fa-link text-secondary mr-3"></i><a href="<?php echo $asset_uri; ?>" target="_blank">Link</a></div>
<?php }
if ($asset_uri_2) { ?>
<div class="mt-2"><i class="fa fa-fw fa-link text-secondary mr-3"></i><a href="<?php echo $asset_uri; ?>" target="_blank">Link 2</a></div>
<div class="mt-2"><i class="fa fa-fw fa-link text-secondary mr-3"></i><a href="<?php echo $asset_uri_2; ?>" target="_blank">Link 2</a></div>
<?php } ?>
</div>
</div>
Expand Down

0 comments on commit b6f1e02

Please sign in to comment.