X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fviews%2Fspeech_balloons%2Findex.html.erb;fp=app%2Fviews%2Fspeech_balloons%2Findex.html.erb;h=f2161725dfcbe10dec250e5f4dcfe7b2b0054501;hb=857f32442a5d62432a27ce8bc7c4a887ca008e77;hp=52ef61263c8ef8dd9d43eabec91a959adf6d4fc6;hpb=d726b7ed12159f568a59d8eb7e1229d306c3dfc0;p=pettanr%2Fpettanr.git diff --git a/app/views/speech_balloons/index.html.erb b/app/views/speech_balloons/index.html.erb index 52ef6126..f2161725 100644 --- a/app/views/speech_balloons/index.html.erb +++ b/app/views/speech_balloons/index.html.erb @@ -1,2 +1,15 @@

<%= t '.title' -%>

+ + + + + + + + + <% @speech_balloons.each do |speech_balloon| %> + <%= render 'list_item', :speech_balloon => speech_balloon %> + <% end %> +
<%= t_m 'SpeechBalloon.id' -%><%= t_m 'SpeechBalloon.caption' -%><%= t_m 'SpeechBalloon.z' -%><%= t_m 'SpeechBalloon.updated_at' -%>
+<%= paginate(@paginate) %>