liquid_feedback_frontend

view app/main/index/broken_delegations.lua @ 1196:5f9cf5a1d12f

Added missing "lf_update_suggestion_order" file to "cp" command in INSTALL.mkd and INSTALL.html
author jbe
date Mon Jun 01 15:11:32 2015 +0200 (2015-06-01)
parents 6f4ee6090ff5
children
line source
1 ui.title(_"Broken delegations")
3 execute.view{
4 module = "delegation",
5 view = "_list",
6 params = {
7 delegations_selector = Delegation:selector_for_broken(app.session.member_id),
8 outgoing = true
9 }
10 }

Impressum / About Us