OSDN Git Service

t#:add r on balloon ... and drop color
[pettanr/pettanr.git] / app / views / balloons / list.html.erb
index c981422..2486573 100644 (file)
@@ -9,6 +9,7 @@
     <th><%= t_m 'Balloon.y' -%></th>
     <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>
@@ -24,6 +25,7 @@
       <td><%= balloon.y %></td>
       <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>