show last note modification date
[grauphel.git] / templates / tag.php
index 850b03450289f7ea992ca7046368b36d497fa26d..b2cab023431375b005384020beb270bd9a125cb0 100644 (file)
@@ -21,6 +21,7 @@
        <a class="cellclick" href="<?php p(OCP\Util::linkToRoute('grauphel.gui.note', array('guid' => $note['guid']))); ?>"><?php echo ($note['title']); ?></a>
       </td>
       <td>
+       <?php p(\OCP\Util::formatDate(strtotime($note['last-change-date']))); ?>
       </td>
      </tr>
     <?php } ?>