diff --git a/app/views/admin/application/static/_breadcrumbs.html.erb b/app/views/admin/application/static/_breadcrumbs.html.erb index 819e44a2dfaea4fb581fba483f38a5ae29e16fba..45da218f52d0fe569bac82c8fbbb704bb56dc0ee 100644 --- a/app/views/admin/application/static/_breadcrumbs.html.erb +++ b/app/views/admin/application/static/_breadcrumbs.html.erb @@ -3,4 +3,5 @@ breadcrumbs: - title: "<%= page.best_title %>" path: "<%= page.path %>" <% end %> - - title: "<%= current.to_s %>" \ No newline at end of file + - title: >- + <%= current.to_s %> \ No newline at end of file