app/views/embargoes/edit.html.erb in worthwhile-0.0.1 vs app/views/embargoes/edit.html.erb in worthwhile-0.0.2
- old
+ new
@@ -1,5 +1,5 @@
-<% content_for :page_header do %>
+<% provide :page_header do %>
<h1>Manage Embargoes for <%= curation_concern %><span class="human_readable_type">(<%= curation_concern.human_readable_type %>)</span></h1>
<% end %>
<h2>Current Embargo</h2>
<%= simple_form_for [:curation_concern, curation_concern] do |f| %>