Sha256: d88df4d655737387cb5695727609be09a54e016e1a8f8db77342cb3b57dfbd4f

Contents?: true

Size: 822 Bytes

Versions: 2

Compression:

Stored size: 822 Bytes

Contents

<%= render 'spotlight/shared/curation_sidebar' %>
<div id="content" class="col-md-9">
  <%= bootstrap_form_for @search, style: :horizontal, right: "col-sm-5", html: {id: 'edit-search'} do |f| %>
  <h1><%= t :'spotlight.curation.header' %></h1>
  <h2 class="text-muted"><%= t :'spotlight.curation.browse.edit.header' %></h2>
  <div class="row">
    <%= f.text_field :title %>
    <%= f.select :featured_image, f.object.images, {}, prepend: "<img id=\"preview\"></img>".html_safe %>
    <%= f.text_area :short_description %>
    <%= f.text_area :long_description %>
    <div class="col-md-4 col-md-offset-4">
      <%= link_to t(:'spotlight.curation.browse.edit.cancel'), exhibit_searches_path(@exhibit), class: 'btn btn-default' %>
      <%= f.submit t :'spotlight.curation.browse.update' %>
    </div>
  </div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-0.0.2 app/views/spotlight/searches/edit.html.erb
blacklight-spotlight-0.0.1 app/views/spotlight/searches/edit.html.erb