Sha256: 8f28e5589836a828c8cc2acc5790019d2524dc6a15fdbeb556faceb62db58326
Contents?: true
Size: 892 Bytes
Versions: 1
Compression:
Stored size: 892 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 => "mcms_pages/layouts/head" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mcms_pages-0.0.2 | app/views/mcms_pages/admin/pages/index.html.erb |