Skip to content

Commit

Permalink
有効にしていないフレンドサーバーをリストで無効表示
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Oct 9, 2023
1 parent 468c46d commit f142289
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/admin/friend_servers/_friend_domain.html.haml
Original file line number Diff line number Diff line change
@@ -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?
Expand Down

0 comments on commit f142289

Please sign in to comment.