Sha256: 1895118773e029b081416c9021c8d059097ff758915a8e1b4669a964ad73d79b
Contents?: true
Size: 688 Bytes
Versions: 28
Compression:
Stored size: 688 Bytes
Contents
<html> <head> <title>Template::Ezamar internal</title> </head> <body> <h1>The internal Template for Ezamar</h1> #{A 'Home', :href => :/} <p> Here you can pass some stuff if you like, parameters are just passed like this:<br /> #{A("internal/one")}<br /> #{A("internal/one/two/three")}<br /> #{A("internal/one?foo=bar")}<br /> </p> <div> The arguments you have passed to this action are: <?r if @args.empty? ?> none <?r else ?> <?r @args.each do |arg| ?> <span>#{arg}</span> <?r end ?> <?r end ?> </div> <div> #{request.params.inspect} </div> </body> </html>
Version data entries
28 entries across 28 versions & 5 rubygems