Sha256: fe9ca2cdd81637136dc267ec34b2fedd1069ef985eb9e6fd11e26184c255bfa8
Contents?: true
Size: 474 Bytes
Versions: 18
Compression:
Stored size: 474 Bytes
Contents
module BivouacSample::Views def remote_form html do head do javascript_include_tag :defaults end body do h1 "remote_form" form_remote_tag( :url => R(SubmitRemote), :update => 'and-i-say' ) do span "Avant j'utilisais ROR, maintenant j'utilise... " input( :type => 'text', :name => 'response', :value => '' ) end div( :id => "and-i-say") do; end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems