code styling changes

This commit is contained in:
Frederico Falcao 2025-05-30 12:25:02 +01:00
parent 7990cfd37d
commit eb429fc05c
3 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,9 @@
<?php /*
<?php
/*
FILE: 04_nav-item.html.php
Description: generates the tab link/button, in the navbar
*/ ?>
*/
?>
<li class="nav-item">
<button class="nav-link active" data-bs-toggle="tab" data-bs-target="#deploy">
<i class="bi bi-rocket-takeoff"></i>

View File

@ -1,4 +1,5 @@
<?php /*
<?php
/*
FILE: 05_content.html.php
Description: the main HTML/PHP content of this tab
*/

View File

@ -1,7 +1,9 @@
<?php /*
<?php
/*
FILE: 06_modals.html.php
Description: any extra modal, hidden windows that get displayed when user clicks something
*/ ?>
*/
?>
<!-- Commit Info Modal -->