diff options
| -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> |
