tracks/vendor/plugins/selenium-on-rails/test_data/rhtml.rhtml
Reinier Balt 9b504b3e47 Update selenium on rails using 'official' git repo
git://github.com/paytonrules/selenium-on-rails.git
2008-12-02 10:05:41 +01:00

7 lines
No EOL
251 B
Text

<table>
<tr><th colspan="3"><%= @page_title %></th></tr>
<% for page in ['/fi', '/fo', '/fum'] -%>
<tr><td>open</td><td><%= page %></td><td>&nbsp;</td></tr>
<% end -%>
<%= render :partial => 'partial', :locals => {:source => 'RHTML'} %>
</table>