liquid_feedback_frontend
diff app/main/issue/_show_box.lua @ 3:768faea1096d
Version alpha4
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
author | bsw |
---|---|
date | Mon Nov 30 12:00:00 2009 +0100 (2009-11-30) |
parents | 5c601807d397 |
children | 00d1004545f1 |
line diff
1.1 --- a/app/main/issue/_show_box.lua Mon Nov 23 12:00:00 2009 +0100 1.2 +++ b/app/main/issue/_show_box.lua Mon Nov 30 12:00:00 2009 +0100 1.3 @@ -8,14 +8,14 @@ 1.4 local time_left = issue.state_time_left 1.5 if time_left then 1.6 ui.field.text{ 1.7 - label = "Time left", 1.8 + label = _"Time left", 1.9 value = time_left 1.10 } 1.11 end 1.12 local next_state_names = issue.next_states_names 1.13 if next_state_names then 1.14 ui.field.text{ 1.15 - label = _"Next states", 1.16 + label = _"Next state", 1.17 value = next_state_names 1.18 } 1.19 end