mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 13:54:51 +00:00
Try to differentiate Project Template and Project Details
This commit is contained in:
@@ -63,7 +63,7 @@ if (isset($_GET['project_template_id'])) {
|
|||||||
<div class="media">
|
<div class="media">
|
||||||
<i class="fa fa-fw fa-2x fa-project-diagram text-secondary mr-3"></i>
|
<i class="fa fa-fw fa-2x fa-project-diagram text-secondary mr-3"></i>
|
||||||
<div class="media-body">
|
<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><small class="text-secondary"><?php echo $project_template_description; ?></small></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user