mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add Open Quotes to the Side Nav
This commit is contained in:
@@ -81,7 +81,13 @@
|
||||
echo "active";
|
||||
} ?>">
|
||||
<i class="nav-icon fas fa-comment-dollar"></i>
|
||||
<p>Quotes</p>
|
||||
<p>
|
||||
Quotes
|
||||
<?php
|
||||
if ($num_open_quotes) { ?>
|
||||
<span class="right badge text-light"><?php echo $num_open_quotes; ?></span>
|
||||
<?php } ?>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
|
||||
Reference in New Issue
Block a user