OSDN Git Service

replace codes
[pettanr/pettanr.git] / app / views / speach_balloons / index.html.erb
index bb51d37..371a262 100644 (file)
@@ -3,7 +3,7 @@
   <tr>
     <th>Name</th>
     <th>Tail limit</th>
-    <th>Border limit</th>
+    <th>size limit</th>
     <th></th>
     <th></th>
   </tr>
@@ -11,8 +11,8 @@
 <% @speach_balloons.each do |speach_balloon| %>
   <tr>
     <td><%= h speach_balloon.name %></td>
-    <td><%= speach_balloon.tail_limit %></td>
-    <td><%= speach_balloon.border_limit %></td>
+    <td><%= speach_balloon.tail_count %></td>
+    <td><%= speach_balloon.size_count %></td>
     <td><%= link_to 'show', speach_balloon %></td>
     <td>
       <% if admin_signed_in? -%>