mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 04:14:54 +00:00
Reduced Font size of current version
This commit is contained in:
@@ -25,7 +25,7 @@ $git_log = shell_exec("git log master..origin/master --pretty=format:'<tr><td>%h
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<center>
|
<center>
|
||||||
<h2><small class="text-secondary">Current Version</small><br><?php echo $current_version; ?></h2>
|
<h5><small class="text-secondary">Current Version</small><br><?php echo $current_version; ?></h5>
|
||||||
<?php if(!empty($git_log)){ ?>
|
<?php if(!empty($git_log)){ ?>
|
||||||
<a class="btn btn-primary btn-lg my-4" href="post.php?update"><i class="fa fa-fw fa-4x fa-check-square"></i><br>Update<br>NOW</a>
|
<a class="btn btn-primary btn-lg my-4" href="post.php?update"><i class="fa fa-fw fa-4x fa-check-square"></i><br>Update<br>NOW</a>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user