Sha256: 611de685fbe01e677ea30bd9ea500cc4048ff75cf44db49b95beb53093d4e6ba

Contents?: true

Size: 312 Bytes

Versions: 4

Compression:

Stored size: 312 Bytes

Contents

<!--
  @Name: admin/blog/comments/_sortable_list.html.erb
  @Use:  This is a page for displaying blog comments records
  @Created date: 13-06-2012
  @Modified Date: 13-06-2012
  @Company:  Mindfire Solutions
-->
<ul id='sortable_list'>
  <%= render :partial => 'comment', :collection => @blog_comments %>
</ul>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mcms_blog-1.0.0 app/views/admin/blog/comments/_sortable_list.html.erb
mcms_blog-0.0.4 app/views/admin/blog/comments/_sortable_list.html.erb
mcms_blog-0.0.3 app/views/admin/blog/comments/_sortable_list.html.erb
mcms_blog-0.0.2 app/views/admin/blog/comments/_sortable_list.html.erb