OSDN Git Service

speach rename to speech
[pettanr/pettanr.git] / app / views / balloon_templates / list.html.erb
index 2091351..7a83614 100644 (file)
@@ -3,7 +3,7 @@
 <table>
   <tr>
     <th>id</th>
-    <th>speach balloon</th>
+    <th>speech balloon</th>
     <th>system_picture</th>
     <th>Tail</th>
     <th>size</th>
@@ -18,7 +18,7 @@
 <% @balloon_templates.each do |balloon_template| %>
   <tr>
     <td><%= link_to balloon_template.id, :action => :browse, :id => balloon_template.id %></td>
-    <td><%= link_to balloon_template.speach_balloon_id, :controller => 'speach_balloons', :action => :browse, :id => balloon_template.speach_balloon_id %></td>
+    <td><%= link_to balloon_template.speech_balloon_id, :controller => 'speech_balloons', :action => :browse, :id => balloon_template.speech_balloon_id %></td>
     <td><%= link_to balloon_template.system_picture_id, :controller => 'system_pictures', :action => :browse, :id => balloon_template.system_picture_id %></td>
     <td><%= balloon_template.tail %></td>
     <td><%= balloon_template.size %></td>