Sha256: 6b4f1b3fdf70c48aa07d320a0f4c486c2c36c17ddf76aeea91453b580dfd1549

Contents?: true

Size: 869 Bytes

Versions: 5

Compression:

Stored size: 869 Bytes

Contents

#
#  Project BivouacSample
#
#  Created using bivouac on Sat Apr 19 10:36:32 +0200 2008.
#  Copyright (c) 2008 __My__. All rights reserved.
#

module BivouacSample::Views
  def index
    html do
      head do
        title "bivouac samples"
      end
      body do
        a "Autocomplete", :href => R(Autocomplete); br
        a "Drag'n'Drop", :href => R(DragAndDrop); br
        a "Edit In Place", :href => R(EditInPlace); br
        a "Observe", :href => R(Observe); br
        a "Periodically Call", :href => R(PeriodicallyCall); br
        a "Remote Form", :href => R(RemoteForm); br
        a "Remote Link", :href => R(RemoteLink); br
        a "Sound", :href => R(Sound); br
        a "Submit Remote", :href => R(SubmitRemote); br
        a "Toggle", :href => R(Toggle); br
        a "Toggle Sortable", :href => R(ToggleSortable); br
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bivouac-0.2.3 examples/bivouac_sample/app/views/index.rb
bivouac-0.2.4 examples/bivouac_sample/app/views/index.rb
bivouac-0.2.5 examples/bivouac_sample/app/views/index.rb
bivouac-0.3.0 examples/bivouac_sample/app/views/index.rb
bivouac-0.4.0 examples/bivouac_sample/app/views/index.rb