liquid_feedback_frontend
diff app/main/draft/new.lua @ 1497:a59dd2ae9cd8
Fixed links
author | bsw |
---|---|
date | Tue Feb 11 15:29:46 2020 +0100 (2020-02-11) |
parents | ed3c40911ae1 |
children | 97b7b783db42 |
line diff
1.1 --- a/app/main/draft/new.lua Tue Feb 11 15:24:36 2020 +0100 1.2 +++ b/app/main/draft/new.lua Tue Feb 11 15:29:46 2020 +0100 1.3 @@ -390,7 +390,7 @@ 1.4 ui.link{ 1.5 content = _"Cancel", 1.6 module = initiative and "initiative" or issue and "issue" or "index", 1.7 - view = area and "index" or "show", 1.8 + view = area and not issue and "index" or "show", 1.9 id = initiative_id or issue_id, 1.10 params = { area = area_id, unit = area and area.unit_id or nil }, 1.11 attr = { class = "mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect" }