c576c9af Christopher Vollick
9 months ago
1 2 3 4 5 6 7 8 9 10 11
form! instructions "Set Trust Level" field( var: "new_trust_level", type: "list-single", label: "Trust Level", value: @manual || "automatic", options: @levels.map { |lvl| { label: lvl, value: lvl } } + [{ label: "Automatic", value: "automatic" }] )