Sha256: 4e472e9e0ad3960a7baa03938cd9c663b1ea89c87c1eee0b5b6a216dfa62f2a2

Contents?: true

Size: 970 Bytes

Versions: 6

Compression:

Stored size: 970 Bytes

Contents

<!--
  @File Name                 : admin/pages/index.html.erb
  @Company Name              : Mindfire Solutions Private Limited
  @Creator Name              : Vikram Kumar Mishra
  @Date Created              : 2012-06-09
  @Date Modified             : 2012-06-14
  @Last Modification Details : 'mcms-' removed from css selectors
  @Purpose                   : To display the list of pages and actions to be taken on those pages through rendering partials.

-->

<p class="notice"> <%= notice %></p>
<div id='pages-records' class='pages-tree'>

  <ul id='page-sortable-list'>

    <!-- render partial _page.html.erb -->
    <%= render :partial => 'mcms_pages/admin/pages/page', :collection => @pages.select{|p| p.parent_id.nil?}  %>

  </ul>

</div>

<!-- render partial _action.html.erb -->
<%= render 'mcms_pages/admin/pages/action' %>

<!-- render partial _head.html.erb to include JS and CSS for specific page-->
<%= render :partial => "mcms_pages/layouts/head" %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mcms_pages-1.0.0 app/views/mcms_pages/admin/pages/index.html.erb
mcms_pages-0.0.7 app/views/mcms_pages/admin/pages/index.html.erb
mcms_pages-0.0.6 app/views/mcms_pages/admin/pages/index.html.erb
mcms_pages-0.0.5 app/views/mcms_pages/admin/pages/index.html.erb
mcms_pages-0.0.4 app/views/mcms_pages/admin/pages/index.html.erb
mcms_pages-0.0.3 app/views/mcms_pages/admin/pages/index.html.erb