Sha256: f5b0c6662e8e15520d4035c473874d960fa4b1018e5274ad9b9998a8b3333f4c
Contents?: true
Size: 688 Bytes
Versions: 24
Compression:
Stored size: 688 Bytes
Contents
<html> <head> <title>Template::Nagoro external</title> </head> <body> <h1>The external Template for Nagoro</h1> #{A 'Home', :href => :/} <p> Here you can pass some stuff if you like, parameters are just passed like this:<br /> #{A("external/one")}<br /> #{A("external/one/two/three")}<br /> #{A("external/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
24 entries across 24 versions & 5 rubygems