liquid_feedback_frontend
diff app/main/initiative/show.lua @ 525:63d6549cc00b
Delegation chain preview improved, better visualisation of current context, code cleanup
author | bsw |
---|---|
date | Fri May 18 19:07:07 2012 +0200 (2012-05-18) |
parents | fecd4c13054a |
children | 18cd8595459b |
line diff
1.1 --- a/app/main/initiative/show.lua Tue Apr 17 00:07:04 2012 +0200 1.2 +++ b/app/main/initiative/show.lua Fri May 18 19:07:07 2012 +0200 1.3 @@ -10,7 +10,7 @@ 1.4 1.5 execute.view{ 1.6 module = "issue", 1.7 - view = "_show_head", 1.8 + view = "_head", 1.9 params = { issue = initiative.issue, 1.10 initiative = initiative } 1.11 }