app/views/admin/pages/_page.html.haml in locomotive_cms-0.0.3.1 vs app/views/admin/pages/_page.html.haml in locomotive_cms-0.0.3.3

- old
+ new

@@ -1,5 +1,5 @@ -%li{ :id => "item-#{page.id}", :class => "#{'not-found' if page.not_found? }"} +%li{ :id => "item-#{page.id}", :class => "#{'not-found' if page.not_found? } #{'templatized' if page.templatized?}"} - if not page.index? and not page.children.empty? = image_tag 'admin/list/icons/node_closed.png', :class => 'toggler' %em %strong= link_to truncate(page.title, :length => 80), edit_admin_page_url(page) \ No newline at end of file