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

Version Path
bivouac-0.0.7 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.1.0 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.1.1 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.0.8 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.0.9 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.1.2 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.1.4 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.1.5 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.1.3 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.1.6 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.2.0 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.2.1 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.2.2 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.2.3 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.4.0 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.3.0 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.2.5 examples/bivouac_sample/app/views/remote_form.rb
bivouac-0.2.4 examples/bivouac_sample/app/views/remote_form.rb