Sha256: dd2b27aa1378e28cf88af229d6927abaf5b0e485472154c47dc30b447ff65dac

Contents?: true

Size: 512 Bytes

Versions: 9

Compression:

Stored size: 512 Bytes

Contents

<h4><%= t("fcrepo_admin.datastream.edit.title") %></h4>
<%= datastream_alerts :system_managed, :not_versionable %>
<%= form_tag fcrepo_admin.object_datastream_path(@object, @datastream), :method => :put do %>
<div>
  <%= text_area_tag "content", @datastream.content, :size => "50x20", :class => "field", :style => "width: 100%" %>
</div>
<p>
  <%= submit_tag t("fcrepo_admin.datastream.edit.form.submit"), :confirm => t("fcrepo_admin.datastream.edit.form.confirm"), :class => "btn btn-primary" %>
</p>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fcrepo_admin-0.6.1 app/views/fcrepo_admin/datastreams/edit.html.erb
fcrepo_admin-0.6.0 app/views/fcrepo_admin/datastreams/edit.html.erb
fcrepo_admin-0.5.5 app/views/fcrepo_admin/datastreams/edit.html.erb
fcrepo_admin-0.5.5.pre app/views/fcrepo_admin/datastreams/edit.html.erb
fcrepo_admin-0.5.4 app/views/fcrepo_admin/datastreams/edit.html.erb
fcrepo_admin-0.5.3 app/views/fcrepo_admin/datastreams/edit.html.erb
fcrepo_admin-0.5.2 app/views/fcrepo_admin/datastreams/edit.html.erb
fcrepo_admin-0.5.1 app/views/fcrepo_admin/datastreams/edit.html.erb
fcrepo_admin-0.5.0 app/views/fcrepo_admin/datastreams/edit.html.erb