Sha256: 0d221c57dd569ee101daf43ee9082573e279aae0641cc7f6944ee371372dff0c
Contents?: true
Size: 745 Bytes
Versions: 28
Compression:
Stored size: 745 Bytes
Contents
html do head do title "Template::Remarkably #@place" end body do h1 "The #@place Template for Remarkably" a("Home", :href => R(@place)) P do text "Here you can pass some stuff if you like, parameters are just passed like this:" br a("#@place/one", :href => Rs( @place, :one)) br a("#@place/one/two/three", :href => Rs( @place, :one, :two, :three)) br a("#@place/one?foo=bar", :href => Rs( @place, :one, :foo => :bar)) br end div do text "The arguments you have passed to this action are:" if @args.empty? text "none" else args.each do |arg| span arg end end end div @request.params.inspect end end
Version data entries
28 entries across 28 versions & 5 rubygems