Show the time of the last update.
[Sone.git] / src / main / resources / templates / knownSones.html
index 94ab965..bf8dcfb 100644 (file)
@@ -7,6 +7,7 @@
                        <div>
                                <div class="profile-link"><a href="viewSone.html?sone=<% sone.id>"><% sone.niceName|html></a></div>
                                <div class="request-uri"><span title="<% sone.requestUri|html>"><% sone.requestUri|substring start=4 length=43|html>…</span></div>
+                               <div class="last-update"><% sone.time|date format="MMM d, yyyy, HH:mm:ss"></div>
                                <%ifnull ! currentSone>
                                        <%if sone.isBlocked>
                                                <form class="unblock" action="unblockSone.html" method="post">