X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fviews%2Fspeech_balloon_templates%2Fbrowse.html.erb;h=ebc97da06ca48bf7f0498914a3eed761ed0e117f;hb=26f1bb0f8cf40ebd82495945236f83542dfe21ed;hp=154e592674db31c342ad72554727cd462b237137;hpb=aac8dcaac3363c67a15a6fbd77da900ff4d63dbe;p=pettanr%2Fpettanr.git diff --git a/app/views/speech_balloon_templates/browse.html.erb b/app/views/speech_balloon_templates/browse.html.erb index 154e5926..ebc97da0 100644 --- a/app/views/speech_balloon_templates/browse.html.erb +++ b/app/views/speech_balloon_templates/browse.html.erb @@ -1,31 +1,49 @@ +

<%= t '.title' -%>

<%= notice %>

- Name: - <%= h @speech_balloon.name %> + <%= t_m 'SpeechBalloonTemplate.id' -%>: + <%= h @speech_balloon_template.id %>

- Tail count: - <%= @speech_balloon.tail_count %> + <%= t_m 'SpeechBalloonTemplate.name' -%>: + <%= h @speech_balloon_template.name %>

- size count: - <%= @speech_balloon.size_count %> + <%= t_m 'SpeechBalloonTemplate.classname' -%>: + <%= h @speech_balloon_template.classname %>

- t: - <%= @speech_balloon.t %> + <%= t_m 'SpeechBalloonTemplate.caption' -%>: + <%= h @speech_balloon_template.caption %>

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

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

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

+ <%= t_m 'SpeechBalloonTemplate.t' -%>: + <%= @speech_balloon_template.t %> +

+ +

+ <%= t_m 'SpeechBalloonTemplate.system_picture_id' -%>: + <%= @speech_balloon_template.system_picture_id %> +

+ +

+ <%= t_m 'SpeechBalloonTemplate.settings' -%>: + <%= h @speech_balloon_template.settings %> +

+ +

+ <%= t_m 'SpeechBalloonTemplate.created_at' -%>: + <%= l @speech_balloon_template.created_at %> +

+ +

+ <%= t_m 'SpeechBalloonTemplate.updated_at' -%>: + <%= l @speech_balloon_template.updated_at %> +

+ +<%= link_to t('link.back'), :action => :list %>