instiki/vendor/rails/actionpack/test/fixtures/test/potential_conflicts.rhtml

4 lines
130 B
Text
Raw Normal View History

2007-01-22 14:43:50 +01:00
First: <%= @name %>
<%= render :partial => "person", :locals => { :name => "Stephan" } -%>
Fourth: <%= @name %>
Fifth: <%= name %>