From 1889105f73f967acbaa06807c4ad55874492ffec Mon Sep 17 00:00:00 2001
From: xamgore <xamgore@ya.ru>
Date: Mon, 6 Jun 2016 23:24:16 +0300
Subject: [PATCH] Update base.twig

---
 ~dev_rating/application/views/base.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/~dev_rating/application/views/base.twig b/~dev_rating/application/views/base.twig
index e264fc990..9358e4f4c 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>&nbsp;' ~ System.Title, {'title': 'Перейти на главную'})|raw }}
+				{{ HTML.anchor('/', '<i class="fa fa-home fa-bg fa-fw"></i>&nbsp;<span>' ~ System.Title ~ '</span>', {'title': 'Перейти на главную'})|raw }}
 			</div>
 			<div class="semesterLayer">
 				{{ base.SemesterSwitcher(SemesterList) }}
-- 
GitLab