OSDN Git Service

t#31671:add elm copy
[pettanr/pettanr.git] / app / views / ground_colors / _copy.html.erb
1 <% if author and author.working? -%>
2   <h2><%= 'Copying my working panel' -%></h2>
3   <h3><%= t('home.index.catch') -%></h3>
4   <%= link_to panel_icon(:object => author.working_panel, :size => 25), panel_path(author.working_panel) %>
5   <%= link_to author.working_panel.caption, main_app.panel_path(author.working_panel) %>
6
7   <%= render 'ground_colors/form', :ground_color => ground_color.copy(author.working_panel) %>
8 <% end -%>