Just did a fresh gem install of radiant 0.6.8 and getting this error:
SystemStackError in Admin/page#index
Showing admin/page/_node.html.haml where line #1 raised:
stack level too deep
Extracted source (around line #1):
1: %tr.node{:id => “page-#{page.id}”, :class
=>“level-#{level}#{children_class}#{virtual_class}”}
2: - render_region :node, :locals => {:page => page, :level => level,
:simple => simple} do |node|
3: - node.title_column do
4: %td.page{:style => “padding-left: #{padding_left(level)}px”}
Trace of template inclusion: /admin/page/_node.html.haml,
/admin/page/index.html.haml
Can anyone help? Can’t seem to find any answers