Skip to content
Snippets Groups Projects
Commit 28735ad6 authored by Florian Bieringer's avatar Florian Bieringer
Browse files

Latest change

parent 69e4d15f
No related branches found
No related tags found
1 merge request!52Letzte Änderung
......@@ -10,6 +10,9 @@
<th data-sort-type="int">
<?= _('Standorte') ?>
</th>
<th data-sort-type="int">
<?= _('Letzte nderung') ?>
</th>
<th data-sort-type="int">
<?= _('Downloads') ?>
</th>
......@@ -29,6 +32,9 @@
<td>
<?= htmlReady($marketplugin->uses->count()) ?>
</td>
<td>
<?= strftime('%x', $marketplugin->releases->orderBy('chdate DESC')->first()->chdate) ?>
</td>
<td>
<?= htmlReady($marketplugin->getDownloads()) ?>
</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment