Sha256: 7107a09a9c41b6a0e2b286bdcaffc139268f95dabd90f58a338e6c0e55735134
Contents?: true
Size: 770 Bytes
Versions: 20
Compression:
Stored size: 770 Bytes
Contents
<html> <head> <title>Template::Tenjin #{@place}</title> </head> <body> <h1>The #{@place} Template for Tenjin</h1> <a href="#{Rs(:/)}">Home</a> <p> Here you can pass some stuff if you like, parameters are just passed like this:<br /> <a href="#{Rs(@place, :one)}">#{Rs(@place, :one)}</a><br /> <a href="#{Rs(@place, :two, :three)}">#{Rs(@place, :two, :three)}</a><br /> <a href="#{Rs(@place, :one, :foo => :bar)}">#{Rs(@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
20 entries across 20 versions & 5 rubygems