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

Version Path
Pistos-ramaze-2008.09 examples/templates/template/external.rhtml
Pistos-ramaze-2008.12 examples/templates/template/external.rhtml
Pistos-ramaze-2009.01 examples/templates/template/external.rhtml
Pistos-ramaze-2009.02 examples/templates/template/external.rhtml
clivecrous-ramaze-0.3.9.5 examples/templates/template/external.rhtml
manveru-ramaze-2008.07 examples/templates/template/external.rhtml
manveru-ramaze-2008.08 examples/templates/template/external.rhtml
manveru-ramaze-2008.09 examples/templates/template/external.rhtml
manveru-ramaze-2008.10 examples/templates/template/external.rhtml
manveru-ramaze-2008.12 examples/templates/template/external.rhtml
manveru-ramaze-2009.01 examples/templates/template/external.rhtml
ptomato-ramaze-2009.02.1 examples/templates/template/external.rhtml
ptomato-ramaze-2009.02 examples/templates/template/external.rhtml
ramaze-0.1.3 examples/templates/template/external.rhtml
ramaze-0.1.2 examples/templates/template/external.rhtml
ramaze-0.1.4 examples/templates/template/external.rhtml
ramaze-0.1.1 examples/templates/template/external.rhtml
ramaze-0.3.0 examples/templates/template/external.rhtml
ramaze-0.2.0 examples/templates/template/external.rhtml
ramaze-0.2.1 examples/templates/template/external.rhtml