app/views/fcrepo_admin/datastreams/edit.html.erb in fcrepo_admin-0.3.0 vs app/views/fcrepo_admin/datastreams/edit.html.erb in fcrepo_admin-0.3.1
- old
+ new
@@ -1,8 +1,4 @@
-<h1><%= @datastream.pid %></h1>
-
-<h3><%= t("fcrepo_admin.datastream.title") %>: <%= @datastream.dsid %></h3>
-
<%= form_tag fcrepo_admin.object_datastream_path(@datastream.pid, @datastream.dsid), :method => :put, :multipart => true do %>
<div>
<%= label_tag "file", t("fcrepo_admin.datastream.edit.file") %>
<%= file_field_tag "file" %>
</div>