liquid_feedback_frontend

annotate app/main/unit/list.lua @ 1186:f01239f154a8

Added tag v3.0.6 for changeset fef745f9e22f
author jbe
date Thu Mar 26 21:31:10 2015 +0100 (2015-03-26)
parents 701a5cf6b067
children 2a0d86117d54
rev   line source
bsw@1045 1 ui.title(_"Unit list")
bsw@262 2
bsw@1045 3 ui.section( function()
bsw@1045 4 ui.sectionRow( function()
bsw@1045 5 execute.view{ module = "unit", view = "_list" }
bsw@1045 6 end)
bsw@1045 7 end )
bsw@433 8
bsw@433 9
bsw@433 10

Impressum / About Us