Sha256: f88fccc049d3fd11b62035cb9bc80c2a88132b84055cebfe706dbaee4759a967

Contents?: true

Size: 742 Bytes

Versions: 37

Compression:

Stored size: 742 Bytes

Contents

html do
  head do
    title "Template::Remarkably #@place"
  end
  body do
    h1 "The #@place Template for Remarkably"
    a("Home", :href => r(@place))
    P do
      text "Here you can pass some stuff if you like, parameters are just passed like this:"
      br
      a("#@place/one", :href => r( @place, :one))
      br
      a("#@place/one/two/three", :href => r( @place, :one, :two, :three))
      br
      a("#@place/one?foo=bar", :href => r( @place, :one, :foo => :bar))
      br
    end
    div do
      text "The arguments you have passed to this action are:" 
      if @args.empty?
        text "none"
      else
        args.each do |arg|
          span arg
        end
      end
    end
    div @request.params.inspect
  end
end

Version data entries

37 entries across 37 versions & 4 rubygems

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