OSDN Git Service

6ef4812b6a36a704853655f0e3d4801c8156e7e0
[pettanr/pettanr.git] / app / views / speech_balloon_templates / show.html.erb
1 <p id="notice"><%= notice %></p>
2
3 <p>
4   <b>Name:</b>
5   <%= h @speech_balloon.name %>
6 </p>
7
8 <p>
9   <b>Tail count:</b>
10   <%= @speech_balloon.tail_count %>
11 </p>
12
13 <p>
14   <b>size count:</b>
15   <%= @speech_balloon.size_count %>
16 </p>
17
18 <p>
19   <b>t:</b>
20   <%= @speech_balloon.t %>
21 </p>
22 <% @speech_balloon.balloon_templates.each do |balloon_template| -%>\r
23   <div>\r
24     <p>\r
25       Tail:<%= balloon_template.tail -%>\r
26       Size:<%= balloon_template.size -%>\r
27     </p>\r
28     <img src="<%= balloon_template.system_picture.url -%>" />\r
29   </div>\r
30 <% end -%>\r
31 <%= link_to 'Back', speech_balloons_path %>