mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 17:31:27 +00:00
11 lines
234 B
Text
11 lines
234 B
Text
<div class="comments centered">
|
|
<h2 class="center">
|
|
Comments
|
|
</h2>
|
|
|
|
<div id="commentList">
|
|
<%= render :partial => "comments/comment", :collection => @comments %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render :partial => "comments/new" %>
|