From f142289a0b1b6c133a7031a9b69242483c255057 Mon Sep 17 00:00:00 2001 From: KMY Date: Mon, 9 Oct 2023 11:31:15 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=89=E5=8A=B9=E3=81=AB=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=AA=E3=81=84=E3=83=95=E3=83=AC=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=82=B5=E3=83=BC=E3=83=90=E3=83=BC=E3=82=92=E3=83=AA=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=81=A7=E7=84=A1=E5=8A=B9=E8=A1=A8=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admin/friend_servers/_friend_domain.html.haml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/admin/friend_servers/_friend_domain.html.haml b/app/views/admin/friend_servers/_friend_domain.html.haml index e1c74c409204ce..a24ae0516a5f0b 100644 --- a/app/views/admin/friend_servers/_friend_domain.html.haml +++ b/app/views/admin/friend_servers/_friend_domain.html.haml @@ -1,5 +1,10 @@ %tr %td + - unless friend.available + %span.negative-hint + = fa_icon('times') + = ' ' + = t 'admin.friend_servers.disabled' %samp= friend.domain %td - if friend.i_am_accepted?