OSDN Git Service

f1a9ebdd60f17ff46da1b44fc8525d33c89331b8
[pettanr/pettanr.git] / app / views / speech_balloon_templates / index.html.erb
1 <h1><%= t '.title' -%></h1>
2
3 <ul>
4   <% @speech_balloon_templates.each do |st| %>
5     <li>
6       <div>
7         <%= link_to tag(:img, st.system_picture.tmb_opt_img_tag), speech_balloon_template_path(st) %>
8         <div>
9           <%= link_to h(st.caption), speech_balloon_template_path(st) %>
10         </div>
11       </div>
12     </li>
13   <% end %>
14 </ul>