lib/trestle/configuration.rb in trestle-0.9.1 vs lib/trestle/configuration.rb in trestle-0.9.2

- old
+ new

@@ -39,10 +39,10 @@ # Path to consider the application root (for title links and breadcrumbs) option :root, -> { Trestle.config.path } # Initial breadcrumbs to display in the breadcrumb trail - option :root_breadcrumbs, -> { [Trestle::Breadcrumb.new(I18n.t("admin.breadcrumbs.home", default: "Home"), Trestle.config.root)] } + option :root_breadcrumbs, -> { [Trestle::Breadcrumb.new(I18n.t(:"admin.breadcrumbs.home", default: "Home"), Trestle.config.root)] } # Default icon class to use when it is not explicitly provided option :default_navigation_icon, "fa fa-arrow-circle-o-right" # [Internal] List of navigation menu blocks