From be5fc25544cd2d5a935e03f8931589136363aadb Mon Sep 17 00:00:00 2001 From: Developer <> Date: Thu, 18 Feb 2021 16:50:17 -0500 Subject: [PATCH] Added missing account flags in admin group moderator list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Added: - missing account flags in admin group moderator list --- app/views/admin/groups/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/admin/groups/show.html.haml b/app/views/admin/groups/show.html.haml index 51c24806..0b309f0e 100644 --- a/app/views/admin/groups/show.html.haml +++ b/app/views/admin/groups/show.html.haml @@ -99,8 +99,9 @@ %span Admin - @mods.each do |acct| %tr - %td + %td{style: "display:flex;flex-direction:row;align-items:center;"} = admin_account_link_to(acct.account) + %div{style:"margin-left:10px;"}= render 'admin/accounts/account_flags_block', :account => acct.account %td %span Moderator