OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / views / speech_balloons / show.html.erb
1 <h1><%= t('.title') %></h1>
2 <p id="notice"><%= notice %></p>
3
4 <%= render 'speech_balloons/standard', :panel => @speech_balloon.panel, :operators => @operators, :spot => @speech_balloon %>
5
6 <p>
7   <b><%= t_m 'SpeechBalloon.caption' -%>:</b>
8   <%= h @speech_balloon.caption %>
9 </p>
10
11 <%= link_to t('link.edit'), edit_speech_balloon_path(@speech_balloon) %>
12 <%= link_to t('link.destroy'), speech_balloon_path(@speech_balloon), :method => :delete %>
13