From 752a6946eff740d7d081b39011552580c98a473b Mon Sep 17 00:00:00 2001 From: zmilonas Date: Wed, 25 Jul 2018 17:33:22 +0200 Subject: [PATCH] Add basic OTP handling to Entry List (#189) --- src/components/EntryListItem.vue | 41 +++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/src/components/EntryListItem.vue b/src/components/EntryListItem.vue index bc005813..ab7de8ab 100644 --- a/src/components/EntryListItem.vue +++ b/src/components/EntryListItem.vue @@ -8,6 +8,10 @@
+ + + + @@ -21,6 +25,8 @@ ` @@ -107,4 +142,4 @@ .strike { text-decoration: line-through; } - \ No newline at end of file +