Sha256: 26292515e7ac51305580153691b46ba5c1f57fed1e5b658b1e655dff27591c25
Contents?: true
Size: 556 Bytes
Versions: 3
Compression:
Stored size: 556 Bytes
Contents
<!-- @Name: admin/blog/comments/index.html.erb @Use: This is a page for displaying comments records @Created date: 13-06-2012 @Modified Date: 13-07-2012 @Company: Mindfire Solutions --> <div id='records' class="news"> <% if @blog_comments.any? %> <%= render :partial => "sortable_list" %> <% else %> <h3> <%= t('.no_items_yet', :type => t("admin.blog.submenu.comments.#{action_name.gsub('index', 'new')}").downcase) %> </h3> <% end %> </div> <%= render :partial => '/admin/blog/submenu' %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mcms_blog-1.0.0 | app/views/admin/blog/comments/index.html.erb |
mcms_blog-0.0.4 | app/views/admin/blog/comments/index.html.erb |
mcms_blog-0.0.3 | app/views/admin/blog/comments/index.html.erb |