OSDN Git Service

t#31741:modify panel when change text
[pettanr/pettanr.git] / app / views / speech_balloons / new.html.erb
1 <h1><%= t('.title') %></h1>
2 <p id="notice"><%= notice %></p>
3
4 <h2><%= t('home.index.catch') -%></h2>
5 <%= render 'panels/standard', :panel => @panel, :author => @author %>
6 <h2><%= t('speech_balloons.create_speech_balloon') -%></h2>
7 <%= render 'form', :speech_balloon => @speech_balloon %>