Icons added to small tasks that have descriptions.

master
Luka Vandervelden 2019-07-08 06:59:51 +02:00
parent c8d4f39eea
commit 58a8f8a0eb
1 changed files with 5 additions and 0 deletions

View File

@ -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 {