OSDN Git Service

t#31740:join copy elt form
[pettanr/pettanr.git] / app / views / speech_balloons / _copy.html.erb
diff --git a/app/views/speech_balloons/_copy.html.erb b/app/views/speech_balloons/_copy.html.erb
deleted file mode 100644 (file)
index 63852c2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<% if author and author.working? -%>
-  <h2><%= t('speech_balloons.show.copy') -%></h2>
-  <h3><%= t('home.index.catch') -%></h3>
-  <%= link_to panel_icon(:object => author.working_panel, :size => 25), panel_path(author.working_panel) %>
-  <%= link_to author.working_panel.caption, main_app.panel_path(author.working_panel) %>
-
-  <%= form_for(author.working_panel) do |f| %>
-    <%= hidden_field_tag "json", speech_balloon.copy(author.working_panel).to_json %>
-    <div>
-      <%= submit_tag t('speech_balloons.show.inspire') -%>
-    </div>
-  <% end %>
-<% end -%>