OSDN Git Service

fix panel post functions
[pettanr/pettanr.git] / app / views / balloons / list.html.erb
index 8d45574..3ec1234 100644 (file)
@@ -18,7 +18,7 @@
 <% @balloons.each do |balloon| %>
   <tr>
     <td><%= balloon.id %></td>
-    <td><%= link_to speech.speech_balloon_id, :controller => 'speech_balloons', :action => :browse, :id => speech.speech_balloon_id %></td>
+    <td><%= link_to balloon.speech_balloon_id, :controller => 'speech_balloons', :action => :browse, :id => balloon.speech_balloon_id %></td>
     <td><%= link_to balloon.system_picture_id, :controller => 'system_pictures', :action => :browse, :id => balloon.system_picture_id %></td>
     <td><%= balloon.x %></td>
     <td><%= balloon.y %></td>