Sha256: f9143c87ded6967547d0834fa5f1934ef63811e20e84b78f1b64815b73f59cba
Contents?: true
Size: 679 Bytes
Versions: 37
Compression:
Stored size: 679 Bytes
Contents
<html> <head> <title>Template::Nagoro external</title> </head> <body> <h1>The external Template for Nagoro</h1> #{a('Home',:/)} <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
37 entries across 37 versions & 4 rubygems