liquid_feedback_frontend
diff app/main/issue/_show_head.lua @ 274:aec9df5b4cd3
More optical enhancements and repositioning of elements
author | bsw |
---|---|
date | Sun Feb 12 12:20:19 2012 +0100 (2012-02-12) |
parents | 7196685f9dd7 |
children | bde068b37608 |
line diff
1.1 --- a/app/main/issue/_show_head.lua Wed Feb 08 18:49:22 2012 +0100 1.2 +++ b/app/main/issue/_show_head.lua Sun Feb 12 12:20:19 2012 +0100 1.3 @@ -46,19 +46,6 @@ 1.4 tag = "div", 1.5 content = function() 1.6 1.7 - local initiative_count = issue:get_reference_selector("initiatives"):count() 1.8 - local text 1.9 - if initiative_count == 1 then 1.10 - text = _("1 initiative", { count = initiative_count }) 1.11 - else 1.12 - text = _("#{count} initiatives", { count = initiative_count }) 1.13 - end 1.14 - ui.link{ 1.15 - text = text, 1.16 - module = "issue", view = "show", id = issue.id 1.17 - } 1.18 - 1.19 - slot.put(" · ") 1.20 ui.link{ 1.21 text = issue.policy.name, 1.22 module = "policy", 1.23 @@ -74,10 +61,6 @@ 1.24 ui.tag{ content = _("#{time_left} left", { time_left = issue.state_time_left }) } 1.25 end 1.26 1.27 - if issue.next_states_names then 1.28 - slot.put(" · ") 1.29 - ui.tag{ content = _("Next state: #{state}", { state = issue.next_states_names }) } 1.30 - end 1.31 end 1.32 } 1.33