mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
<div
|
|
id="f<%= @file %>-r<%= @rank %>"
|
|
phx-click="click"
|
|
phx-value-rank="<%= @rank %>"
|
|
phx-value-file="<%= @file %>"
|
|
class="<%= classes(@file, @rank, @piece, @selected, @available) %>"
|
|
></div>
|