X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fviews%2Fspeech_balloon_templates%2Fbrowse.html.erb;fp=app%2Fviews%2Fspeech_balloon_templates%2Fbrowse.html.erb;h=d4475257a3e870882507a5ed6a700a7637d7cd15;hp=154e592674db31c342ad72554727cd462b237137;hb=aec34f8b39f39ec0794d39c878659487909f0136;hpb=aac8dcaac3363c67a15a6fbd77da900ff4d63dbe diff --git a/app/views/speech_balloon_templates/browse.html.erb b/app/views/speech_balloon_templates/browse.html.erb index 154e5926..d4475257 100644 --- a/app/views/speech_balloon_templates/browse.html.erb +++ b/app/views/speech_balloon_templates/browse.html.erb @@ -2,30 +2,27 @@

Name: - <%= h @speech_balloon.name %> + <%= h @speech_balloon_template.name %>

- Tail count: - <%= @speech_balloon.tail_count %> + classname: + <%= h @speech_balloon_template.classname %>

- size count: - <%= @speech_balloon.size_count %> + caption: + <%= h @speech_balloon_template.caption %>

t: - <%= @speech_balloon.t %> + <%= @speech_balloon_template.t %>

-<% @speech_balloon.balloon_templates.each do |balloon_template| -%> -
-

- Tail:<%= balloon_template.tail -%> - Size:<%= balloon_template.size -%> -

- -
-<% end -%> + +

+ settings: + <%= h @speech_balloon_template.settings %> +

+ <%= link_to 'Back', :action => :list %>