Skip to content

Commit

Permalink
Try to differentiate Project Template and Project Details
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyq committed Apr 7, 2024
1 parent 004e2eb commit d762efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_project_template_details.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<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>
Expand Down

0 comments on commit d762efd

Please sign in to comment.