Created
November 27, 2011 02:57
-
-
Save phuongnd08/1396863 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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