OSDN Git Service

Merge branch 'v03_test' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v03_test
[pettanr/pettanr.git] / app / views / speech_balloon_templates / show.html.erb
@@ -2,24 +2,24 @@
 
 <p>
   <b>Name:</b>
-  <%= h @speach_balloon.name %>
+  <%= h @speech_balloon.name %>
 </p>
 
 <p>
   <b>Tail count:</b>
-  <%= @speach_balloon.tail_count %>
+  <%= @speech_balloon.tail_count %>
 </p>
 
 <p>
   <b>size count:</b>
-  <%= @speach_balloon.size_count %>
+  <%= @speech_balloon.size_count %>
 </p>
 
 <p>
   <b>t:</b>
-  <%= @speach_balloon.t %>
+  <%= @speech_balloon.t %>
 </p>
-<% @speach_balloon.balloon_templates.each do |balloon_template| -%>\r
+<% @speech_balloon.balloon_templates.each do |balloon_template| -%>\r
   <div>\r
     <p>\r
       Tail:<%= balloon_template.tail -%>\r
@@ -28,4 +28,4 @@
     <img src="<%= balloon_template.system_picture.url -%>" />\r
   </div>\r
 <% end -%>\r
-<%= link_to 'Back', speach_balloons_path %>
+<%= link_to 'Back', speech_balloons_path %>