From: Carl Worth Date: Thu, 25 Jun 2020 03:19:18 +0000 (-0700) Subject: Refactor admin page a bit X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=f0f8fab1203b64af04c7c41c6a4a5d7a3cfe88c6;hp=f0f8fab1203b64af04c7c41c6a4a5d7a3cfe88c6;p=lmno-server Refactor admin page a bit Using a new filter to map an array to a new array of just a single property value from each object of the original array. This lets us avoid using the "for" directive in the template, as well as use the "join" filter to get commas between each item in the list, (which is hard to do with the "for" directive in the template). ---