Sha256: 9ce272ef3c14bd46b49d6373e2aa7a40788cdf38f3f0b52d73da65f8c8f7f80c
Contents?: true
Size: 471 Bytes
Versions: 18
Compression:
Stored size: 471 Bytes
Contents
module BivouacSample::Views def remote_link html do head do javascript_include_tag :defaults stylesheet_link_tag "autocomplete" stylesheet_link_tag "coderay" end body do h1 "link_to_remote" link_to_remote( "Déclancher Ajax", :update => "mydiv", :url => R(RemoteLink) ) div( :id => "mydiv") do span "Ce texte va être modifié..." end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems