Sha256: 31e2e72debc51e463209c8639696182053c56857cd872f8fce265d6cc6c11a58

Contents?: true

Size: 597 Bytes

Versions: 4

Compression:

Stored size: 597 Bytes

Contents

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

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

  <div class="field">
    <%= form.label :banal_brainstorm_id %>
    <%= form.number_field :banal_brainstorm_id %>
  </div>

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

Version data entries

4 entries across 4 versions & 4 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/waymo_slomos/_form.html.erb
mega-os-1.0.0 app/views/waymo_slomos/_form.html.erb
jester-data-8.0.0 app/views/waymo_slomos/_form.html.erb
ezii-os-5.2.1 app/views/waymo_slomos/_form.html.erb