Commit 9f5332479e14da4febe3b185fc4d2d6af81ed331
1 parent
75bb67ac
04.05.16 css fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/layouts/main-sidebar.php
... | ... | @@ -59,7 +59,7 @@ use yii\widgets\Menu; |
59 | 59 | 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-piggy-bank"></i> <span>{label}</span></a>', |
60 | 60 | 'url' => ['/event/index']], |
61 | 61 | ['label' => 'Услуги', |
62 | - 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-search"></i> <span>{label}</span></a>', | |
62 | + 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-briefcase"></i> <span>{label}</span></a>', | |
63 | 63 | 'url' => ['/service/index']], |
64 | 64 | [ |
65 | 65 | 'label' => 'SEO', | ... | ... |