liquid_feedback_frontend
diff app/main/issue/_sidebar_whatcanido.lua @ 1606:dcbe505ddf24
Removed old views, removed Silk icon set, removed emoticons
| author | bsw |
|---|---|
| date | Mon Feb 01 21:25:34 2021 +0100 (2021-02-01) |
| parents | a59dd2ae9cd8 |
| children | 2f9e1e882de6 |
line diff
1.1 --- a/app/main/issue/_sidebar_whatcanido.lua Mon Feb 01 21:02:47 2021 +0100 1.2 +++ b/app/main/issue/_sidebar_whatcanido.lua Mon Feb 01 21:25:34 2021 +0100 1.3 @@ -259,18 +259,6 @@ 1.4 if privileged_to_vote and not issue.closed and not issue.fully_frozen then 1.5 if issue.member_info.own_participation then 1.6 ui.container { attr = { class = "mdl-card__content mdl-card--border" }, content = function () 1.7 - --[[ 1.8 - ui.container{ attr = { class = "right" }, content = function() 1.9 - ui.image{ attr = { class = "right" }, static = "icons/48/eye.png" } 1.10 - if issue.member_info.weight and issue.member_info.weight > 1 then 1.11 - slot.put("<br />") 1.12 - ui.tag{ 1.13 - attr = { class = "right" }, 1.14 - content = "+" .. issue.member_info.weight - 1 1.15 - } 1.16 - end 1.17 - end } 1.18 - --]] 1.19 ui.tag{ content = _("You are interested in this issue", { id = issue.id }) } 1.20 ui.tag { tag = "ul", attr = { class = "ul" }, content = function () 1.21 if issue.member_info.weight and issue.member_info.weight > 1 then