mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
12 lines
234 B
Text
12 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" %>
|