liquid_feedback_frontend
diff app/main/issue/_show_head.lua @ 277:bde068b37608
Dropdown boxes except of delegation box removed, optical enhancements and repositioning of elements
author | bsw |
---|---|
date | Mon Feb 13 00:16:42 2012 +0100 (2012-02-13) |
parents | aec9df5b4cd3 |
children | fecd4c13054a |
line diff
1.1 --- a/app/main/issue/_show_head.lua Sun Feb 12 20:03:26 2012 +0100 1.2 +++ b/app/main/issue/_show_head.lua Mon Feb 13 00:16:42 2012 +0100 1.3 @@ -12,9 +12,6 @@ 1.4 util.html_rss_head{ title = _"Initiatives in this issue (last updated first)", module = "initiative", view = "list_rss", params = { issue_id = issue.id, order = "last_updated" } } 1.5 end 1.6 1.7 -slot.select("path", function() 1.8 -end) 1.9 - 1.10 slot.select("title", function() 1.11 ui.link{ 1.12 content = _("Issue ##{id}", { id = issue.id }),