From 48a8aa37d1c24379015a29bf9e7b6be1e56cf5ae Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 27 Jul 2020 19:14:34 -0700 Subject: [PATCH] ugh one more place to add the username --- app/views/admin/users/index.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml index c490ca87..6e2c13df 100644 --- a/app/views/admin/users/index.html.haml +++ b/app/views/admin/users/index.html.haml @@ -46,7 +46,6 @@ }, "searchable": false }, - { "data": "email" }, { "data": "name", "className": "truncate", @@ -54,6 +53,8 @@ return ''+data+'' } }, + { "data": "email" }, + { "data": "username" }, { "data": "attended" }, { "data": "roles",