OSDN Git Service

Merge branch 'v05' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v05client
[pettanr/pettanr.git] / app / views / speech_balloon_templates / show.html.erb
1 <h1><%= t '.title' -%></h1>
2 <p id="notice"><%= notice %></p>
3
4 <p>
5   <b>caption:</b>
6   <%= h @speech_balloon_template.caption %>
7 </p>
8
9 <%= link_to t('link.back'), speech_balloon_templates_path %>