Sha256: 05258d872732c16d1d2b140a042043275c572cd685d13217df92e2f242157075

Contents?: true

Size: 529 Bytes

Versions: 37

Compression:

Stored size: 529 Bytes

Contents

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

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

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

37 entries across 37 versions & 4 rubygems

Version Path
ramaze-2023.01.06 examples/templates/view/external.redcloth
Pistos-ramaze-2009.04.08 examples/templates/view/external.redcloth
Pistos-ramaze-2009.06.12 examples/templates/view/external.redcloth
manveru-ramaze-2009.04.01 examples/templates/view/external.redcloth
manveru-ramaze-2009.04.08 examples/templates/view/external.redcloth
manveru-ramaze-2009.04.18 examples/templates/view/external.redcloth
manveru-ramaze-2009.04.22 examples/templates/view/external.redcloth
manveru-ramaze-2009.04 examples/templates/view/external.redcloth
manveru-ramaze-2009.05.08 examples/templates/view/external.redcloth
manveru-ramaze-2009.05 examples/templates/view/external.redcloth
manveru-ramaze-2009.06.04 examples/templates/view/external.redcloth
manveru-ramaze-2009.06.12 examples/templates/view/external.redcloth
manveru-ramaze-2009.06 examples/templates/view/external.redcloth
manveru-ramaze-2009.07 examples/templates/view/external.redcloth
rjspotter-ramaze-2009.06.29 examples/templates/view/external.redcloth
rjspotter-ramaze-2009.06.31 examples/templates/view/external.redcloth
ramaze-2012.12.08 examples/templates/view/external.redcloth
ramaze-2012.12.08b examples/templates/view/external.redcloth
ramaze-2012.04.14 examples/templates/view/external.redcloth
ramaze-2012.03.07 examples/templates/view/external.redcloth