liquid_feedback_frontend

diff app/main/index/_head.lua @ 1496:ed3c40911ae1

Completed image attachments feature
author bsw
date Tue Feb 11 15:24:36 2020 +0100 (2020-02-11)
parents 3ab878ba277e
children 3c15fea3f1c0
line diff
     1.1 --- a/app/main/index/_head.lua	Mon Feb 10 21:10:49 2020 +0100
     1.2 +++ b/app/main/index/_head.lua	Tue Feb 11 15:24:36 2020 +0100
     1.3 @@ -116,7 +116,7 @@
     1.4          if not config.voting_only and app.session.member_id and app.session.member:has_initiative_right_for_unit_id ( area.unit_id ) then
     1.5            ui.link {
     1.6              attr = { class = "mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--underlined" },
     1.7 -            module = "initiative", view = "new",
     1.8 +            module = "draft", view = "new",
     1.9              params = { area_id = area.id },
    1.10              content = function()
    1.11                ui.tag{ tag = "i", attr = { class = "material-icons" }, content = "add" }

Impressum / About Us