Sha256: 2196cac8403bf096b70e381372e666ec707e5bd8a76cb6178bfb2bc0746a95f3

Contents?: true

Size: 626 Bytes

Versions: 33

Compression:

Stored size: 626 Bytes

Contents

<%= simple_form_for form, url: record_form_action_url(form), html: { class: 'editor' } do |f| %>
  <div id="descriptions_display">
	<%= render 'records/form_header' %>
    <div class="well">
      <% f.object.terms.each do |term| %>
        <%= render_edit_field_partial(term, f: f) %>
      <% end %>
    </div> <!-- /well -->
  </div>
  <%= hidden_field_tag :type, params[:type] %>

  <div class="form-actions">
    <div class="primary-actions">
      <%= f.submit 'Save', class: 'btn btn-primary' %>
      <%= link_to t(:'helpers.action.cancel'), main_app.root_path, class: 'btn btn-link' %>
    </div>
  </div>
<% end %>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
hydra-editor-6.3.0 app/views/records/_form.html.erb
hydra-editor-6.2.0 app/views/records/_form.html.erb
hydra-editor-6.1.0 app/views/records/_form.html.erb
hydra-editor-6.0.0 app/views/records/_form.html.erb
hydra-editor-5.0.5 app/views/records/_form.html.erb
hydra-editor-5.0.4 app/views/records/_form.html.erb
hydra-editor-5.0.3 app/views/records/_form.html.erb
hydra-editor-5.0.2 app/views/records/_form.html.erb
hydra-editor-5.0.1 app/views/records/_form.html.erb
hydra-editor-5.0.0 app/views/records/_form.html.erb
hydra-editor-4.0.2 app/views/records/_form.html.erb
hydra-editor-4.0.1 app/views/records/_form.html.erb
hydra-editor-3.4.0 app/views/records/_form.html.erb
hydra-editor-3.4.0.beta app/views/records/_form.html.erb
hydra-editor-3.3.2 app/views/records/_form.html.erb
hydra-editor-3.3.1 app/views/records/_form.html.erb
hydra-editor-3.2.1 app/views/records/_form.html.erb
hydra-editor-3.2.0 app/views/records/_form.html.erb
hydra-editor-3.1.2 app/views/records/_form.html.erb
hydra-editor-3.1.1 app/views/records/_form.html.erb