OSDN Git Service

t#31566:add mylist sb
[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 'SpeechBalloon.z' -%></th>
8     <th><%= t_m 'SpeechBalloon.updated_at' -%></th>
9   </tr>
10
11   <% @speech_balloons.each do |speech_balloon| %>
12     <%= render 'speech_balloons/list_item', :speech_balloon => speech_balloon %>
13   <% end %>
14 </table>
15 <%= paginate(@paginate) %>