Sha256: 7d315e71613b0292d93a7599b4e9f1bfbf94dbab12988577f276755408498752

Contents?: true

Size: 720 Bytes

Versions: 27

Compression:

Stored size: 720 Bytes

Contents

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

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

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

  <div class="field">
    <%= form.label :body %>
    <%= form.text_area :body %>
  </div>

  <div class="field">
    <%= form.label :published %>
    <%= form.check_box :published %>
  </div>

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

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
cypress-on-rails-1.17.0 specs_e2e/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.16.0 specs_e2e/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.15.1 specs_e2e/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.15.0 specs_e2e/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.14.0 specs_e2e/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.13.1 specs_e2e/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.13.0 specs_e2e/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.12.1 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.12.0 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.11.0 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.10.1 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.9.1 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.9.0 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.8.1 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.8.0 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.7.0 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.6.0 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.5.1 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.5.0 spec/integrations/rails_5_2/app/views/posts/_form.html.erb
cypress-on-rails-1.4.2 spec/integrations/rails_5_2/app/views/posts/_form.html.erb