X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fviews%2Fspeeches%2Findex.html.erb;fp=app%2Fviews%2Fspeeches%2Findex.html.erb;h=d481a0e821825a428f39c2249e4a2a348c2c999e;hp=0000000000000000000000000000000000000000;hb=278f86183f2474b2c4d219b724e76cbe07ed63dc;hpb=cd9653c66c4883c5e9a483fc47f0ddf77ed837be diff --git a/app/views/speeches/index.html.erb b/app/views/speeches/index.html.erb new file mode 100644 index 00000000..d481a0e8 --- /dev/null +++ b/app/views/speeches/index.html.erb @@ -0,0 +1,26 @@ +

Listing speeches

+ + + + + + + + + + + + +<% @speeches.each do |speech| %> + + + + + + + + + +<% end %> +
ballooncontentxytWidthHeight
<%= speech.balloon_id %><%= h speech.content %><%= speech.x %><%= speech.y %><%= speech.t %><%= speech.width %><%= speech.height %>
+