Sha256: 6a14ddbb7d2bbee6e70025fb7dbb0f0dbd58a8e1a21f58c91f81b6b636075f28
Contents?: true
Size: 622 Bytes
Versions: 32
Compression:
Stored size: 622 Bytes
Contents
<%= form_for(@information_form) do |f| %> <% if @information_form.errors.any? %> <div id="error_explanation"> <h2><%= pluralize(@information_form.errors.count, "error") %> prohibited this information_form from being saved:</h2> <ul> <% @information_form.errors.full_messages.each do |msg| %> <li><%= msg %></li> <% end %> </ul> </div> <% end %> <div class="field"> <%= f.label :name %><br /> <%= f.text_field :name %> </div> <%= dynamic_fieldset_form_renderer(@information_form.child_form) %> <div class="actions"> <%= f.submit %> </div> <% end %>
Version data entries
32 entries across 32 versions & 1 rubygems