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 @@ ...@@ -10,6 +10,9 @@
<th data-sort-type="int"> <th data-sort-type="int">
<?= _('Standorte') ?> <?= _('Standorte') ?>
</th> </th>
<th data-sort-type="int">
<?= _('Letzte nderung') ?>
</th>
<th data-sort-type="int"> <th data-sort-type="int">
<?= _('Downloads') ?> <?= _('Downloads') ?>
</th> </th>
...@@ -29,6 +32,9 @@ ...@@ -29,6 +32,9 @@
<td> <td>
<?= htmlReady($marketplugin->uses->count()) ?> <?= htmlReady($marketplugin->uses->count()) ?>
</td> </td>
<td>
<?= strftime('%x', $marketplugin->releases->orderBy('chdate DESC')->first()->chdate) ?>
</td>
<td> <td>
<?= htmlReady($marketplugin->getDownloads()) ?> <?= htmlReady($marketplugin->getDownloads()) ?>
</td> </td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment