OSDN Git Service

t#29796:update licensing views
[pettanr/pettanr.git] / app / views / resource_pictures / _form.html.erb
index b8ef270..f88aedb 100644 (file)
@@ -1,3 +1,5 @@
+<h1>Confirm</h1>
+<img src="<%= @original_picture.url -%>">
 <%= form_for(@resource_picture, :url => '/resource_pictures', :method => :post) do |f| %>
 
   <%= hidden_field_tag :original_picture_id, @original_picture.id %>
   <%= f.hidden_field :credit %>
   <%= f.hidden_field :settings %>
 
-  <div>
-    <%= link_to h(@license_group.caption), main_app.license_group_path(@license_group) %>
-    <%= link_to h(@license.caption), main_app.license_path(@license) %>
-  </div>
-  <div>
-    artist name:<%= @resource_picture.artist_name %>
-  </div>
-
   <%= render  :partial => @resource_picture.classname.tableize + '/attributes/confirm' %>
 
   <div class="actions">
-    <%= f.submit %>
+    <%= f.submit 'publish'  %>
   </div>
 <% end %>