OSDN Git Service

6d6f2d374757953ae831b3f11b14bee0dc6fe804
[pettanr/pettanr.git] / app / views / speach_templates / index.html.erb
1 <h1>Listing speach_templates</h1>
2
3 <table>
4   <tr>
5     <th>balloon template</th>
6     <th>Top offset</th>
7     <th>Left offset</th>
8     <th>Width</th>
9     <th>Height</th>
10   </tr>
11
12 <% @speach_templates.each do |speach_template| %>
13   <tr>
14     <td><%= speach_template.balloon_template_id %></td>
15     <td><%= speach_template.y %></td>
16     <td><%= speach_template.x %></td>
17     <td><%= speach_template.width %></td>
18     <td><%= speach_template.height %></td>
19   </tr>
20 <% end %>
21 </table>