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