Codebase list ohcount / 4fa67836-5fea-4473-87e4-bd80a2d5b1ae/main test / src_dir / rhtml1.rhtml
4fa67836-5fea-4473-87e4-bd80a2d5b1ae/main

Tree @4fa67836-5fea-4473-87e4-bd80a2d5b1ae/main (Download .tar.gz)

rhtml1.rhtml @4fa67836-5fea-4473-87e4-bd80a2d5b1ae/mainraw · history · blame

<html>
	<head>
		<title>Ajax table manipulation attempt</title>
		<%= stylesheet_link_tag "style" %>
		<%= javascript_include_tag :defaults %>
	</head>
	<body>

		<div id="content">
		<%= @content_for_layout %>
		</div>

			<%= ruby code %> <br/>
			<!-- html comment 
			inline comment
			<% tricky code %>
			-->
			<%- multi
			lines of code
			# even inline comments!
			"damn" # that's sweet
			%>
			<div> <%= ruby_code %> </div>
	</body>
</html>