Sha256: 7bc7710d922aaa2505a2d8f0447ea733740e3102dde9b1806c3d8b808a542e3f

Contents?: true

Size: 533 Bytes

Versions: 21

Compression:

Stored size: 533 Bytes

Contents

h1. The <%= @place %> Template for RedCloth

"Home":<%= Rs(:/) %>

Here you can pass some stuff if you like, parameters are just passed like this:<br />
"<%= @place %>/one":<%= Rs(@place, :one) %><br />
"<%= @place %>/two/three":<%= Rs(@place, :two, :three) %><br />
"<%= @place %>/one?foo=bar":<%= Rs(@place, :foo => :bar) %>

The arguments you have passed to this action are:<br />
<% if @args.empty? %>
  none
<% else %>
  <% @args.each do |arg| %>
    <span><%= arg %></span>
  <% end %>
<% end %>

<%= request.params.inspect %>

Version data entries

21 entries across 21 versions & 5 rubygems

Version Path
Pistos-ramaze-2008.09 examples/templates/template/external.redcloth
Pistos-ramaze-2008.12 examples/templates/template/external.redcloth
Pistos-ramaze-2009.01 examples/templates/template/external.redcloth
Pistos-ramaze-2009.02 examples/templates/template/external.redcloth
clivecrous-ramaze-0.3.9.5 examples/templates/template/external.redcloth
manveru-ramaze-2008.07 examples/templates/template/external.redcloth
manveru-ramaze-2008.08 examples/templates/template/external.redcloth
manveru-ramaze-2008.09 examples/templates/template/external.redcloth
manveru-ramaze-2008.10 examples/templates/template/external.redcloth
manveru-ramaze-2008.12 examples/templates/template/external.redcloth
manveru-ramaze-2009.01 examples/templates/template/external.redcloth
ptomato-ramaze-2009.02.1 examples/templates/template/external.redcloth
ptomato-ramaze-2009.02 examples/templates/template/external.redcloth
ramaze-0.3.5 examples/templates/template/external.redcloth
ramaze-2009.01 examples/templates/template/external.redcloth
ramaze-2008.06 examples/templates/template/external.redcloth
ramaze-2008.11 examples/templates/template/external.redcloth
ramaze-0.3.9.1 examples/templates/template/external.redcloth
ramaze-0.3.9 examples/templates/template/external.redcloth
ramaze-2009.02 examples/templates/template/external.redcloth