OSDN Git Service

t#30487:fix export error
[pettanr/pettanr.git] / app / views / speech_balloon_templates / index.html.erb
1 <h1><%= t '.title' -%></h1>
2
3 <table>
4   <tr>
5     <th><%= t_m 'SpeechBalloonTemplate.caption' -%></th>
6   </tr>
7
8   <% @speech_balloon_templates.each do |st| %>
9     <tr>
10       <td><%= link_to h(st.caption), speech_balloon_template_path(st) %></td>
11     </tr>
12   <% end %>
13 </table>