Sha256: a726a779ce15800d4224255d5e505b81f493933d5d70db9d4bec843c10d74c9e
Contents?: true
Size: 749 Bytes
Versions: 1
Compression:
Stored size: 749 Bytes
Contents
<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 %> <% if @inline %> <div> <%= label_tag "content", t("fcrepo_admin.datastream.edit.content") %> <%= text_area_tag "content", @datastream.content, :size => "50x20", :class => "field span9" %> </div> <% end %> <div> <%= label_tag "file", t("fcrepo_admin.datastream.edit.file") %> <%= file_field_tag "file" %> </div> <p> <%= submit_tag t("fcrepo_admin.datastream.edit.submit"), :confirm => t("fcrepo_admin.datastream.edit.confirm"), :class => "btn btn-primary" %> </p> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fcrepo_admin-0.2.0 | app/views/fcrepo_admin/datastreams/edit.html.erb |