Sha256: 00e26603bb473d561b1ed5178aeb6afc71012069c3c6d6775d8333195fb9b6c7

Contents?: true

Size: 378 Bytes

Versions: 17

Compression:

Stored size: 378 Bytes

Contents

<% for comment in @comments %>
  <div class="comment">
    <div class="top">
      <%= comment.website.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

17 entries across 13 versions & 1 rubygems

Version Path
georgi-shinmun-0.3.1 templates/_comments.rhtml
georgi-shinmun-0.3.1 example/templates/_comments.rhtml
georgi-shinmun-0.3.10 example/templates/_comments.rhtml
georgi-shinmun-0.3.2 templates/_comments.rhtml
georgi-shinmun-0.3.2 example/templates/_comments.rhtml
georgi-shinmun-0.3.3 example/templates/_comments.rhtml
georgi-shinmun-0.3.3 templates/_comments.rhtml
georgi-shinmun-0.3.4 example/templates/_comments.rhtml
georgi-shinmun-0.3.5 example/templates/_comments.rhtml
georgi-shinmun-0.3.6 example/templates/_comments.rhtml
georgi-shinmun-0.3.7 example/templates/_comments.rhtml
georgi-shinmun-0.3.8 example/templates/_comments.rhtml
georgi-shinmun-0.3.9 example/templates/_comments.rhtml
georgi-shinmun-0.3 example/templates/_comments.rhtml
georgi-shinmun-0.3 templates/_comments.rhtml
georgi-shinmun-0.4.1 example/templates/_comments.rhtml
georgi-shinmun-0.4 example/templates/_comments.rhtml