Codebase list ohcount / a828f03c-a62e-49d7-b2ec-6e6df59903d2/main test / src_dir / rhtml1.rhtml
a828f03c-a62e-49d7-b2ec-6e6df59903d2/main

Tree @a828f03c-a62e-49d7-b2ec-6e6df59903d2/main (Download .tar.gz)

rhtml1.rhtml @a828f03c-a62e-49d7-b2ec-6e6df59903d2/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>