OSDN Git Service

t#31688:add speech_balloon locale ja
[pettanr/pettanr.git] / app / views / speeches / list.html.erb
index 93b324c..db46652 100644 (file)
@@ -9,6 +9,7 @@
     <th><%= t_m 'Speech.y' -%></th>
     <th><%= t_m 'Speech.width' -%></th>
     <th><%= t_m 'Speech.height' -%></th>
+    <th><%= t_m 'Speech.quotes' -%></th>
     <th><%= t_m 'Speech.settings' -%></th>
     <th><%= t_m 'Speech.created_at' -%></th>
     <th><%= t_m 'Speech.updated_at' -%></th>
@@ -23,6 +24,7 @@
       <td><%= speech.y %></td>
       <td><%= speech.width %></td>
       <td><%= speech.height %></td>
+      <td><%= h speech.quotes %></td>
       <td><%= h(truncate(speech.settings, :length => 12)) %></td>
       <td><%= l speech.created_at %></td>
       <td><%= l speech.updated_at %></td>