OSDN Git Service

My works so far
[shogi-server/shogi-server.git] / showgame / view / game.xhtml
1 <p>Game
2 <ol>
3   <?r @moves.each do |move| ?>
4   <li>#{move}
5   <?r end ?>
6 </ol>
7 </p>