Skip to content

Instantly share code, notes, and snippets.

@hisasann
Created October 15, 2009 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hisasann/210640 to your computer and use it in GitHub Desktop.
Save hisasann/210640 to your computer and use it in GitHub Desktop.
!!! XML
!!!
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>untitled</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script>
<script src="/js/suggest.js"></script>
</head>
<div>
<h2>What are you doing?&nbsp;<input type="text" id="message"></h2>
</div>
<h2>Timeline&nbsp;<input type="text" id="user"></h2>
<div id="suggest">
- @Timelines.each do |timeline|
<div>
%div
%span= timeline.name
%span= timeline.message
</div>
</div>
<h2>Regist users</h2>
- @Users.each do |user|
<div>
%div
%span= user.name
</div>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment