Sha256: 3d79731775f84640b07208bc2ba074d054b951ad6f3fe8c537fe54c27fc83dc4

Contents?: true

Size: 196 Bytes

Versions: 38

Compression:

Stored size: 196 Bytes

Contents

<h1>Editing form</h1>

<% form_for(@form) do |f| %>
  <%= f.error_messages %>

  <p>
    <%= f.submit 'Update' %>
  </p>
<% end %>

<%= link_to 'Show', @form %> |
<%= link_to 'Back', forms_path %>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
noodall-form-builder-0.5.4 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.5.3 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.5.2 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.5.0 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.4.2 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.4.1 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.4.0 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.3.3 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.2.11 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.3.2 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.3.1 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.3.0 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.2.10 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.2.9 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.2.8 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.2.7 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.2.5 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.2.4 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.2.3 app/views/noodall/forms/edit.html.erb
noodall-form-builder-0.2.2 app/views/noodall/forms/edit.html.erb