posted {{ article.created_at | date: "%Y %h" }} by {{ article.author }}
comments have to be approved before showing up
Comments
{% for comment in article.comments %}-
{{ comment.content }}
Posted by {{ comment.author }} on {{ comment.created_at | date: "%B %d, %Y" }}
{% endfor %}
{% form article %}Leave a comment
{% if form.posted_successfully? %} {% if blog.moderated? %}It will have to be approved by the blog owner first before showing up.
comments have to be approved before showing up
{% endif %} {% endform %}