Sha256: 42f0fbbb3b44ea57eb437d68fb761b076e3ad2cf71ebfe285f9c124f53809c79

Contents?: true

Size: 553 Bytes

Versions: 9

Compression:

Stored size: 553 Bytes

Contents

<%= form_with(model: unzip, local: true) do |form| %>
  <% if unzip.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(unzip.errors.count, "error") %> prohibited this unzip from being saved:</h2>

      <ul>
        <% unzip.errors.full_messages.each do |message| %>
          <li><%= message %></li>
        <% end %>
      </ul>
    </div>
  <% end %>

  <div class="field">
    <%= form.label :zip_file_path %>
    <%= form.text_field :zip_file_path %>
  </div>

  <div class="actions">
    <%= form.submit %>
  </div>
<% end %>

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/unzips/_form.html.erb
mega-os-1.0.0 app/views/unzips/_form.html.erb
jester-data-8.0.0 app/views/unzips/_form.html.erb
ezii-os-5.2.1 app/views/unzips/_form.html.erb
ezii-os-2.0.1 app/views/unzips/_form.html.erb
ezii-os-1.1.0 app/views/unzips/_form.html.erb
ezii-os-1.0.0 app/views/unzips/_form.html.erb
ezii-os-0.0.0.1.0 app/views/unzips/_form.html.erb
ezii-os-0.0.0.0.1 app/views/unzips/_form.html.erb