% local view= ... %> <% html = require("acf.html") %> <% if view.value.userid then %>
Controller | Action(s) | |
",html.html_escape(pref..cont)," | ") -- Again, alphabetical order local actions = {} for act in pairs(view.value.permissions.value[pref][cont]) do actions[#actions + 1] = act end table.sort(actions) for y,act in pairs(actions) do print((html.html_escape(act))) end io.write(" |