Sha256: 5ca86ea6b710dc38313734fb4e054edb9808a7ce5cf97048b3182a342c549c73
Contents?: true
Size: 847 Bytes
Versions: 1
Compression:
Stored size: 847 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> <section 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> </section> <!-- render partial _action.html.erb --> <%= render 'mcms_pages/admin/pages/action' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mcms_pages-0.0.1 | app/views/mcms_pages/admin/pages/index.html.erb |