X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fviews%2Fspeech_balloons%2F_copy.html.erb;fp=app%2Fviews%2Fspeech_balloons%2F_copy.html.erb;h=0000000000000000000000000000000000000000;hb=f1c35014c6b8321820f18a6ce6151c053aea53d0;hp=63852c2cd76facf87c924e772a2df8248ee4f3b0;hpb=f4337a0cb341c994c4f49bf3b08b2d01db367154;p=pettanr%2Fpettanr.git diff --git a/app/views/speech_balloons/_copy.html.erb b/app/views/speech_balloons/_copy.html.erb deleted file mode 100644 index 63852c2c..00000000 --- a/app/views/speech_balloons/_copy.html.erb +++ /dev/null @@ -1,13 +0,0 @@ -<% if author and author.working? -%> -

<%= t('speech_balloons.show.copy') -%>

-

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

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