mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
<div class="game-info">
|
|
<p>
|
|
Playing <%= opponent(@game, @user.id).name %>
|
|
<img class="game-info__opponent-status" src="/images/eye-closed.svg" alt="offline">
|
|
</p>
|
|
</div>
|