OSDN Git Service

clean
[pettanr/pettanr.git] / app / views / speech_balloon_templates / show.html.erb
1 <h1><%= t '.title' -%></h1>
2
3 <div>
4   <%= link_to tag(:img, @item.symbol_option), speech_balloon_template_path(@item) %>
5   <div>
6     <%= link_to h(@item.caption), speech_balloon_template_path(@item) %>
7   </div>
8 </div>
9
10 <% if @item.own? @operators -%>
11   <h3><%= t('editor') -%></h3>
12   <p id="notice"><%= notice %></p>
13   
14   <p>
15     <%= link_to t('link.edit'), edit_speech_balloon_template_path(@item) %>
16     <%= link_to t('link.destroy'), speech_balloon_template_path(@item), :method => :delete %>
17   </p>
18   
19 <% end %>