Skip to content

Commit a1806bb

Browse files
author
Kristan Kenney
committed
Add icon to statistics header
1 parent caefe66 commit a1806bb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

web/templates/admin/list_stats.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,12 @@
6666
</div>
6767
<!-- /.l-unit-toolbar -->
6868

69-
<div class="l-unit__col l-unit__col--left clearfix">
70-
<div class="l-unit__date">
71-
<?=translate_date($key)?>
72-
</div>
73-
</div>
7469
<!-- /.l-unit__col -->
7570
<div class="l-unit__col l-unit__col--right">
7671
<div class="l-unit__name separate">
77-
<?=__(strftime("%b", strtotime($key))).strftime(" %Y", strtotime($key))?>
72+
<i class="fas fa-calendar-alt"></i> <?=__(strftime("%b", strtotime($key))).strftime(" %Y", strtotime($key))?>
7873
</div>
7974

80-
8175
<div class="l-unit__stats">
8276
<table>
8377

0 commit comments

Comments
 (0)