app/views/spotlight/pages/_page.html.erb in blacklight-spotlight-0.3.1 vs app/views/spotlight/pages/_page.html.erb in blacklight-spotlight-0.4.1

- old
+ new

@@ -10,10 +10,10 @@ <div class="col-sm-8"> <%= f.hidden_field :id %> <%= f.hidden_field :weight, data: {property: "weight"} %> <h3 class="panel-title" data-in-place-edit-target=".edit-in-place" data-in-place-edit-field-target="[data-edit-field-target='true']"> <a href="#edit-in-place" class="field-label edit-in-place"><%= page.title %></a> - <%= f.hidden_field :title, value: page.title , class: 'form-control input-sm', data: {:"edit-feild-target" => 'true'} %> + <%= f.hidden_field :title, value: page.title , class: 'form-control input-sm', data: {:"edit-field-target" => 'true'} %> </h3> </div> <div class="page-links col-sm-4"> <%= exhibit_view_link page, :class => 'btn btn-link' %> &middot;