Icons added to small tasks that have descriptions.
This commit is contained in:
parent
c8d4f39eea
commit
58a8f8a0eb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user