diff --git a/~dev_rating/application/views/base.twig b/~dev_rating/application/views/base.twig index e264fc9901603334bf7098e2eaa698f0b3b02916..9358e4f4c26c5f430f7032074f787fab49fa444d 100644 --- a/~dev_rating/application/views/base.twig +++ b/~dev_rating/application/views/base.twig @@ -95,7 +95,7 @@ <div class="header_wrapper"> <div class="logotype alignLeft"> - {{ HTML.anchor('/', '<i class="fa fa-home fa-bg fa-fw"></i> ' ~ System.Title, {'title': 'Перейти на главную'})|raw }} + {{ HTML.anchor('/', '<i class="fa fa-home fa-bg fa-fw"></i> <span>' ~ System.Title ~ '</span>', {'title': 'Перейти на главную'})|raw }} </div> <div class="semesterLayer"> {{ base.SemesterSwitcher(SemesterList) }}