Sha256: 8d490a92a42f344e7a68d56bfe77d9c028ef606872f68f152ec4f91b953b293f

Contents?: true

Size: 580 Bytes

Versions: 9

Compression:

Stored size: 580 Bytes

Contents

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

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

  <div class="field">
    <%= form.label :file_path %>
    <%= form.text_field :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/ezii_os_files/_form.html.erb
mega-os-1.0.0 app/views/ezii_os_files/_form.html.erb
jester-data-8.0.0 app/views/ezii_os_files/_form.html.erb
ezii-os-5.2.1 app/views/ezii_os_files/_form.html.erb
ezii-os-2.0.1 app/views/ezii_os_files/_form.html.erb
ezii-os-1.1.0 app/views/ezii_os_files/_form.html.erb
ezii-os-1.0.0 app/views/ezii_os_files/_form.html.erb
ezii-os-0.0.0.1.0 app/views/ezii_os_files/_form.html.erb
ezii-os-0.0.0.0.1 app/views/ezii_os_files/_form.html.erb