Try to differentiate Project Template and Project Details

This commit is contained in:
johnnyq 2024-04-06 22:21:15 -04:00
parent 004e2eb69c
commit d762efd1a6
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ if (isset($_GET['project_template_id'])) {
<div class="media">
<i class="fa fa-fw fa-2x fa-project-diagram text-secondary mr-3"></i>
<div class="media-body">
<h3 class="mb-0"><?php echo $project_template_name; ?> Template</h3>
<h3 class="mb-0"><?php echo $project_template_name; ?><span class='badge badge-pill badge-info ml-2'>Template</span></h3>
<div><small class="text-secondary"><?php echo $project_template_description; ?></small></div>
</div>
</div>