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