Title / Description
Code <div class="post"> <div class="header"> <div class="title"> <%= @post.title %> </div> <div class="date"> <%= format_date @post.created_at %> </div> <%= clear %> </div> <%= clear %> <div class="body"> <%= textile_to_html @post.body %> </div> <div class="footer"> <div class="comments"> <%= pluralize @post.comments.count, "comment" %> </div> </div> </div>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code