OSDN Git Service

w
[pettanr/pettanr.git] / app / views / speech_balloon_templates / browse.html.erb
1 <h1><%= t '.title' -%></h1>
2 <p id="notice"><%= notice %></p>
3
4 <p>
5   <b><%= t_m 'SpeechBalloonTemplate.id' -%>:</b>
6   <%= h @speech_balloon_template.id %>
7 </p>
8
9 <p>
10   <b><%= t_m 'SpeechBalloonTemplate.name' -%>:</b>
11   <%= h @speech_balloon_template.name %>
12 </p>
13
14 <p>
15   <b><%= t_m 'SpeechBalloonTemplate.classname' -%>:</b>
16   <%= h @speech_balloon_template.classname %>
17 </p>
18
19 <p>
20   <b><%= t_m 'SpeechBalloonTemplate.caption' -%>:</b>
21   <%= h @speech_balloon_template.caption %>
22 </p>
23
24 <p>
25   <b><%= t_m 'SpeechBalloonTemplate.t' -%>:</b>
26   <%= @speech_balloon_template.t %>
27 </p>
28
29 <p>
30   <b><%= t_m 'SpeechBalloonTemplate.system_picture_id' -%>:</b>
31   <%= @speech_balloon_template.system_picture_id %>
32 </p>
33
34 <p>
35   <b><%= t_m 'SpeechBalloonTemplate.settings' -%>:</b>
36   <%= h @speech_balloon_template.settings %>
37 </p>
38
39 <p>
40   <b><%= t_m 'SpeechBalloonTemplate.created_at' -%>:</b>
41   <%= l @speech_balloon_template.created_at %>
42 </p>
43
44 <p>
45   <b><%= t_m 'SpeechBalloonTemplate.updated_at' -%>:</b>
46   <%= l @speech_balloon_template.updated_at %>
47 </p>
48
49 <%= link_to t('link.back'), :action => :list %>