<% if operators.author and operators.author.working? -%>

<%= t('panels.element_copy') -%>

<%= t('home.index.catch') -%>

<%= 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 %>
<%= submit_tag t('panels.inspire') -%>
<% end %> <% end -%>