OSDN Git Service

w
[pettanr/pettanr.git] / app / views / authors / speech_balloons.html.erb
1 <h1><%= t '.title' -%></h1>
2
3 <table>
4   <tr>
5     <th><%= t_m 'SpeechBalloon.id' -%></th>
6     <th><%= t_m 'SpeechBalloon.caption' -%></th>
7     <th><%= t_m 'Speech.content' -%></th>
8     <th><%= t_m 'SpeechBalloonTemplate.caption' -%></th>
9     <th><%= t_m 'SpeechBalloon.panel_id' -%></th>
10     <th><%= t_m 'SpeechBalloon.z' -%></th>
11     <th><%= t_m 'SpeechBalloon.updated_at' -%></th>
12   </tr>
13
14   <% @speech_balloons.each do |speech_balloon| %>
15     <%= render 'speech_balloons/list_item', :speech_balloon => speech_balloon %>
16   <% end %>
17 </table>
18 <%= paginate(@paginate) %>