We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caefe66 commit a1806bbCopy full SHA for a1806bb
web/templates/admin/list_stats.html
@@ -66,18 +66,12 @@
66
</div>
67
<!-- /.l-unit-toolbar -->
68
69
- <div class="l-unit__col l-unit__col--left clearfix">
70
- <div class="l-unit__date">
71
- <?=translate_date($key)?>
72
- </div>
73
74
<!-- /.l-unit__col -->
75
<div class="l-unit__col l-unit__col--right">
76
<div class="l-unit__name separate">
77
- <?=__(strftime("%b", strtotime($key))).strftime(" %Y", strtotime($key))?>
+ <i class="fas fa-calendar-alt"></i> <?=__(strftime("%b", strtotime($key))).strftime(" %Y", strtotime($key))?>
78
79
80
-
81
<div class="l-unit__stats">
82
<table>
83
0 commit comments