Skip to content

Instantly share code, notes, and snippets.

@phuongnd08
Created November 27, 2011 02:57
Show Gist options
  • Save phuongnd08/1396863 to your computer and use it in GitHub Desktop.
Save phuongnd08/1396863 to your computer and use it in GitHub Desktop.
%div#here_you_see_capture_haml_still_output
- chat_entry_template = capture_haml do
.chat_entry
%a{:href => "{link}", :title => "{display_name}"}
%img{:src => "{avatar_url}"}
%span.msg {content}
- chat_error_template = capture_haml do
.chat_error {message}
- chat_info_template = capture_haml do
.chat_info {message}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment