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