From 58a8f8a0ebec62f543d6a0fc216461cdac09a28f Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Mon, 8 Jul 2019 06:59:51 +0200 Subject: [PATCH] Icons added to small tasks that have descriptions. --- client/index.ls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/index.ls b/client/index.ls index 722f4b0..f946345 100644 --- a/client/index.ls +++ b/client/index.ls @@ -93,6 +93,11 @@ Task = (self, project) -> "@" + (user.full_name || user.login) ] ] + if ! is-selected && self.description != "" + h \div.media-right {key: "description-icon"} [ + h \span.icon.is-size-1 [ "🗎" ] + ] + if is-selected h \div.media-right {key: "edit"} [ h \a.small {