X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fviews%2Fspeech_balloon_templates%2Findex.html.erb;fp=app%2Fviews%2Fspeech_balloon_templates%2Findex.html.erb;h=3ea04e5c55601782aa9eabe1d6011a15f2482731;hp=0000000000000000000000000000000000000000;hb=278f86183f2474b2c4d219b724e76cbe07ed63dc;hpb=cd9653c66c4883c5e9a483fc47f0ddf77ed837be diff --git a/app/views/speech_balloon_templates/index.html.erb b/app/views/speech_balloon_templates/index.html.erb new file mode 100644 index 00000000..3ea04e5c --- /dev/null +++ b/app/views/speech_balloon_templates/index.html.erb @@ -0,0 +1,26 @@ +

Listing speech_balloons

+ + + + + + + + + + +<% @speech_balloons.each do |speech_balloon| %> + + + + + + + + +<% end %> +
NameTail countsize countt
<%= h speech_balloon.name %><%= speech_balloon.tail_count %><%= speech_balloon.size_count %><%= speech_balloon.t %><%= link_to 'show', speech_balloon %> + <% if admin_signed_in? -%> + <%= link_to 'Destroy', speech_balloon, confirm: 'Are you sure?', method: :delete %> + <% end -%> +