chevron-right fix

This commit is contained in:
Yuri Kuznetsov
2020-02-19 11:47:04 +02:00
parent 37a84f8cea
commit 42355f3bec
+3 -1
View File
@@ -171,7 +171,9 @@ define('views/admin/layouts/index', 'view', function (Dep) {
$("#layout-header").html("");
return;
}
$("#layout-header").show().html(this.getLanguage().translate(this.scope, 'scopeNamesPlural') + " » " + this.getLanguage().translate(this.type, 'layouts', 'Admin'));
$("#layout-header").show().html(this.getLanguage().translate(this.scope, 'scopeNamesPlural') +
" <span class=\"breadcrumb-separator\"><span class=\"chevron-right\"></span></span> " +
this.getLanguage().translate(this.type, 'layouts', 'Admin'));
},
updatePageTitle: function () {