OSDN Git Service

t#31656:destroy element
[pettanr/pettanr.git] / app / views / balloons / list.html.erb
index 2486573..826e51f 100644 (file)
@@ -10,7 +10,6 @@
     <th><%= t_m 'Balloon.width' -%></th>
     <th><%= t_m 'Balloon.height' -%></th>
     <th><%= t_m 'Balloon.r' -%></th>
-    <th><%= t_m 'Balloon.caption' -%></th>
     <th><%= t_m 'Balloon.settings' -%></th>
     <th><%= t_m 'Balloon.created_at' -%></th>
     <th><%= t_m 'Balloon.updated_at' -%></th>
@@ -26,7 +25,6 @@
       <td><%= balloon.width %></td>
       <td><%= balloon.height %></td>
       <td><%= balloon.r %></td>
-      <td><%= h(truncate(balloon.caption, :length => 12)) %></td>
       <td><%= h(truncate(balloon.settings, :length => 12)) %></td>
       <td><%= l balloon.created_at %></td>
       <td><%= l balloon.updated_at %></td>