module Admin::PagesHelper

def meta_errors?

def meta_errors?
  !!(@page.errors[:slug] or @page.errors[:breadcrumb])
end