Commit 7459c20678dd58d2a561975d28ea7a61db702a25

Authored by Administrator
1 parent e277725b

image size

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/views/layouts/main-sidebar.php
... ... @@ -94,7 +94,7 @@ use yii\widgets\Menu;
94 94 ],
95 95 [
96 96 'label' => 'Статьи',
97   - 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-piggy-bank"></i> <span>{label}</span></a>',
  97 + 'template'=>'<a href="{url}"> <i class="glyphicon glyphicon-pencil"></i> <span>{label}</span></a>',
98 98 'url' => ['/articles/index'],
99 99 'options' => ['class'=>\Yii::$app->user->can('articles') ? '' :'hide'],
100 100 ],
... ...