Sha256: f37615bca90bf23197d2890badfa1fbd049b192cc04e80b871d412e232085df7
Contents?: true
Size: 843 Bytes
Versions: 14
Compression:
Stored size: 843 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Rails testing for whowish_word</title> <style> body > span { display: block; } </style> <%= stylesheet_link_tag "whowish_word.css"%> </head> <body> <span id="layout_before_nested_layout"><%= word_for :text%></span> <%= content_for?(:nested_layout) ? yield(:nested_layout) : yield %> <span id="layout"><%= word_for :text%></span> <span id="layout_attr"><%= word_for_attr :text%></span> <span id="layout_with_variables"><%= word_for :text, :number=>5, :name=>"tanin" %></span> <span id="layout_attr_with_variables"><%= word_for_attr :text, :number=>5, :name=>"tanin"%></span> </body> </html>
Version data entries
14 entries across 14 versions & 1 rubygems