pretty url

This commit is contained in:
/jedi/ 2018-12-30 06:38:05 +01:00
parent 1c1fc418ce
commit 46f6b78040
9 changed files with 65 additions and 64 deletions

View file

@ -29,7 +29,7 @@ $stats = get_stats();
</div>
<div class="mr-5"><?php echo $stats["lost"]; ?> Lost Items</div>
</div>
<a class="card-footer text-white clearfix small z-1" href="/?page=lost">
<a class="card-footer text-white clearfix small z-1" href="/lost/">
<span class="float-left">View Details</span>
<span class="float-right">
<i class="fas fa-angle-right"></i>
@ -45,7 +45,7 @@ $stats = get_stats();
</div>
<div class="mr-5"><?php echo $stats["found"]; ?> Found Items</div>
</div>
<a class="card-footer text-white clearfix small z-1" href="/?page=table">
<a class="card-footer text-white clearfix small z-1" href="/table/">
<span class="float-left">View Details</span>
<span class="float-right">
<i class="fas fa-angle-right"></i>
@ -61,7 +61,7 @@ $stats = get_stats();
</div>
<div class="mr-5"><?php echo $stats["match"]; ?> Matched Items</div>
</div>
<a class="card-footer text-white clearfix small z-1" href="/?page=matches">
<a class="card-footer text-white clearfix small z-1" href="/matches/">
<span class="float-left">View Details</span>
<span class="float-right">
<i class="fas fa-angle-right"></i>
@ -77,7 +77,7 @@ $stats = get_stats();
</div>
<div class="mr-5"><?php echo $stats["unmatched"]; ?> Unmatched Items</div>
</div>
<a class="card-footer text-white clearfix small z-1" href="/?page=tinder">
<a class="card-footer text-white clearfix small z-1" href="/tinder/">
<span class="float-left">View Details</span>
<span class="float-right">
<i class="fas fa-angle-right"></i>