OSDN Git Service

My works so far
[shogi-server/shogi-server.git] / showgame / view / game.xhtml
diff --git a/showgame/view/game.xhtml b/showgame/view/game.xhtml
new file mode 100644 (file)
index 0000000..e3a73d5
--- /dev/null
@@ -0,0 +1,7 @@
+<p>Game
+<ol>
+  <?r @moves.each do |move| ?>
+  <li>#{move}
+  <?r end ?>
+</ol>
+</p>