Codebase list ohcount / upstream/4.0.0+git20210223.6654d48 test / src_dir / rhtml1.rhtml
upstream/4.0.0+git20210223.6654d48

Tree @upstream/4.0.0+git20210223.6654d48 (Download .tar.gz)

rhtml1.rhtml @upstream/4.0.0+git20210223.6654d48raw · 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>