diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-15 15:47:44 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-15 15:47:44 +0200 |
| commit | b941c37b2156dd854dc0a37a104612820976011c (patch) | |
| tree | daaf0e406d53f8b5cc62f3df572a8e3b60a4e1e3 /lib/okpush/templates/index.liquid | |
| parent | 8a576dae76a41cd56f15e14c817a0919cc006e4e (diff) | |
push
Diffstat (limited to 'lib/okpush/templates/index.liquid')
| -rw-r--r-- | lib/okpush/templates/index.liquid | 4 |
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> |
