Sha256: 65bfb2faa0e181303d5883049ea88816055279f24a6b360b8b3f9ca13836254f

Contents?: true

Size: 383 Bytes

Versions: 12

Compression:

Stored size: 383 Bytes

Contents

<% for comment in @comments %>
  <div class="comment">
    <div class="top">
      <%= comment.website.to_s.empty? ? comment.name : link_to(comment.name, comment.website) %> said
      <%= distance_of_time_in_words(comment.time, Time.now, true) %> ago:
    </div>
    <div class="body">
      <%= markdown(comment.text, :filter_html, :filter_styles) %>
    </div>
  </div>
<% end %>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
georgi-shinmun-0.3.10 test/templates/_comments.rhtml
georgi-shinmun-0.3.4 test/templates/_comments.rhtml
georgi-shinmun-0.3.5 test/templates/_comments.rhtml
georgi-shinmun-0.3.6 test/templates/_comments.rhtml
georgi-shinmun-0.3.7 test/templates/_comments.rhtml
georgi-shinmun-0.3.8 test/templates/_comments.rhtml
georgi-shinmun-0.3.9 test/templates/_comments.rhtml
georgi-shinmun-0.4.1 test/templates/_comments.rhtml
georgi-shinmun-0.4 test/templates/_comments.rhtml
georgi-shinmun-0.5 templates/_comments.rhtml
shinmun-0.5.2 templates/_comments.rhtml
shinmun-0.5 templates/_comments.rhtml