mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-21 20:59:02 +00:00
Empty commit
This commit is contained in:
parent
666ff04100
commit
170a113e1a
@ -70,7 +70,7 @@
|
||||
if ($ViewCount && !$ViewBounty && !$ViewAll) { ?>
|
||||
<li>Requests filled: <?=number_format($RequestsFilled)?></li>
|
||||
<? } elseif(!$ViewCount && $ViewBounty && !$ViewAll) { ?>
|
||||
<li>Requests voted: <?=Format::get_size($TotalSpent)?> collected</li>
|
||||
<li>Requests filled: <?=Format::get_size($TotalBounty)?> collected</li>
|
||||
<? } elseif($ViewCount && $ViewBounty && !$ViewAll) { ?>
|
||||
<li>Requests filled: <?=number_format($RequestsFilled)?> for <?=Format::get_size($TotalBounty)?></li>
|
||||
<? } elseif($ViewAll) { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user