Sha256: ea54805f53efe164b698bd09b06938408505302da5a2ed42643db1131d4a075c

Contents?: true

Size: 276 Bytes

Versions: 13

Compression:

Stored size: 276 Bytes

Contents

<h3><%= _('manage comments') %></h3>
<div id='comment_errors'></div>

<%= will_paginate @comments %>
<ul class='comments' id='comments_list'>
  <%= render :partial=>'comments/li', :collection=>@comments %>
</ul>


<div id='bin'>
  <%= render :partial=>'comments/bin' %>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
zena-0.16.9 app/views/comments/index.rhtml
zena-0.16.8 app/views/comments/index.rhtml
zena-0.16.7 app/views/comments/index.rhtml
zena-0.16.6 app/views/comments/index.rhtml
zena-0.16.5 app/views/comments/index.rhtml
zena-0.16.4 app/views/comments/index.rhtml
zena-0.16.3 app/views/comments/index.rhtml
zena-0.16.2 app/views/comments/index.rhtml
zena-0.16.1 app/views/comments/index.rhtml
zena-0.16.0 app/views/comments/index.rhtml
zena-0.15.2 app/views/comments/index.rhtml
zena-0.15.1 app/views/comments/index.rhtml
zena-0.15.0 app/views/comments/index.rhtml