Skip to content

Commit 9bbfeb1

Browse files
author
Kristan Kenney
committed
Remove button on Statistics page
1 parent 45df677 commit 9bbfeb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web/templates/admin/list_stats.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
<div class="l-sort clearfix noselect">
33
<div class="l-unit-toolbar__buttonstrip">
44
<? if (($_SESSION['userContext'] === 'admin') && (!isset($_SESSION['look']))) { ?>
5-
<a class="ui-button cancel" dir="ltr" href='/list/stats/'><i class="fas fa-info-circle status-icon lightblue"></i><?=_('Overall Statistics')?></a>
6-
<?} else { ?>
7-
<a class="ui-button cancel" dir="ltr" href='/list/stats/'><i class="fas fa-sync-alt status-icon green"></i><?=_('Refresh')?></a>
5+
<a class="ui-button cancel" dir="ltr" href='/list/stats/'><i class="fas fa-binoculars status-icon lightblue"></i><?=_('Overall Statistics')?></a>
86
<? } ?>
97
</div>
108
<div class="l-sort-toolbar clearfix">

0 commit comments

Comments
 (0)