Sha256: d7dcca36651106c60fb340c5e94e110184e1420691346e146182dd5ea9fe15dd

Contents?: true

Size: 760 Bytes

Versions: 3

Compression:

Stored size: 760 Bytes

Contents

<!--
  @Name: admin/blog/posts/index.html.erb
  @Use:  This is a page for displaying posts records
  @Created date: 13-06-2012
  @Modified Date: 13-06-2012
  @Company:  Mindfire Solutions
-->
<%= render :partial => "/shared/admin/includes" %>

	<% flash.each do |key, value| %>
	 <div id='flash' class="flash flash_<%= key %>">
	   <%= value %>
	 </div>
	<% end %>
	<div id='records' class="news">
	 
		<% if @blog_posts.any? %>
		  <%= will_paginate @blog_posts %>

		  <%= render :partial => "sortable_list" %>

		  <%= will_paginate @blog_posts %>
		<% else %>
		  <p>
		    <strong>
		      <%= t('.no_items_yet', :create => t('admin.blog.submenu.posts.new')) %>
		    </strong>
		  </p>
		<% 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/posts/index.html.erb
mcms_blog-0.0.4 app/views/admin/blog/posts/index.html.erb
mcms_blog-0.0.3 app/views/admin/blog/posts/index.html.erb