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?