OSDN Git Service

fix:server
[pettanr/pettanr.git] / app / views / panels / _element_copy.html.erb
diff --git a/app/views/panels/_element_copy.html.erb b/app/views/panels/_element_copy.html.erb
deleted file mode 100644 (file)
index 4de1370..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<% if operators.author and operators.author.working? -%>
-  <h2><%= t('panels.element_copy') -%></h2>
-  <h3><%= t('home.index.catch') -%></h3>
-  <%= link_to panel_icon(:object => operators.author.working_panel, :size => 25), panel_path(operators.author.working_panel) %>
-  <%= link_to operators.author.working_panel.caption, main_app.panel_path(operators.author.working_panel) %>
-
-  <%= form_for(operators.author.working_panel) do |f| %>
-    <%= hidden_field_tag "json", element.copy(operators.author.working_panel).to_json %>
-    <div>
-      <%= submit_tag t('panels.inspire') -%>
-    </div>
-  <% end %>
-<% end -%>