Sha256: 006b2ca603173aeb6527b7933d0e094ec285dbb5811276db6b15154197f694c1
Contents?: true
Size: 216 Bytes
Versions: 2
Compression:
Stored size: 216 Bytes
Contents
<%= semantic_form_for @ajax do |f| %> <%= f.inputs do %> <%= f.input :name %> <%= f.input :description %> <% end %> <%= f.actions do %> <%= f.action :submit, :as => :input %> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | app/views/tests/ajaxes/_form.html.erb |
guara-0.0.1.rc | app/views/tests/ajaxes/_form.html.erb |