summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-15 15:47:44 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-15 15:47:44 +0200
commitb941c37b2156dd854dc0a37a104612820976011c (patch)
treedaaf0e406d53f8b5cc62f3df572a8e3b60a4e1e3 /lib
parent8a576dae76a41cd56f15e14c817a0919cc006e4e (diff)
push
Diffstat (limited to 'lib')
-rw-r--r--lib/okpush/templates/index.liquid4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/okpush/templates/index.liquid b/lib/okpush/templates/index.liquid
index 124fb4e..0c38c7b 100644
--- a/lib/okpush/templates/index.liquid
+++ b/lib/okpush/templates/index.liquid
@@ -53,11 +53,13 @@ tr:nth-child(2n+1) {
{{spec.alert}}
</td>
<td class="notification-date">
+ <!--
{% unless spec.last_push %}
Never
{% else %}
{{ spec.last_push | date: "%a %d-%b-%Y %H:%M" }}
{% endunless %}
+ -->
</td>
<td>
{{spec.count}}
@@ -73,4 +75,4 @@ tr:nth-child(2n+1) {
{% include 'partials/tail' %}
-<script src="public/push.js"></script> \ No newline at end of file
+<script src="public/push.js"></script>