Sha256: 84311acb717989eda93446c7e26d4ec280e52ecd8e01b4a75852dd6b05e920de
Contents?: true
Size: 642 Bytes
Versions: 13
Compression:
Stored size: 642 Bytes
Contents
module BivouacSample::Views def index html do body do h1 "test_suite" a( "toggle", :href => R(Toggle) ); br a( "toggle/sortable", :href => R(ToggleSortable) ); br a( "autocomplete", :href => R(Autocomplete) ); br a( "remote link", :href => R(RemoteLink) ); br a( "submit to remote", :href => R(SubmitRemote) ); br a( "observable", :href => R(Observe) ); br a( "periodically call", :href => R(PeriodicallyCall) ); br a( "remote form", :href => R(RemoteForm) ); br a( "drag and drop", :href => R(DragAndDrop) ); br end end end end
Version data entries
13 entries across 13 versions & 1 rubygems