Title / Description
Code <div id= "posts"> <% @posts.each do |post| %> <div class= "post"> <h2 class="title"> <%= link_to post.title, post %> </h2> <p> <%= post.content %> </p> <p class= "date"> Published At : <%= time_ago_in_words(post.created_at) %> ago by <b> <%= post.user.email %> </b> </p> </div> <% end %> </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