Sha256: cbaba1db4438518e9af791871109e87078c5e4bb77b25311527fbac14e43332a
Contents?: true
Size: 377 Bytes
Versions: 2
Compression:
Stored size: 377 Bytes
Contents
<%= form_for @user, :remote => @ajax, :html => {:'data-form' => 'show_errors', :'data-type' => @type} do |f| %> <%= render_errors(f) %> <%= f.label :name %> <%= f.text_field :name %> <%= f.label :location %> <%= f.text_field :location %> <%= f.label :description %> <%= f.text_field :description %> <button type="submit">Submit</button> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
edifice-forms-0.5.1 | spec/rails3.1/app/views/users/new.html.erb |
edifice-forms-0.5.0 | spec/rails3.1/app/views/users/new.html.erb |