Commit 3f7185f2ff1af7ff00d61c1db200e1fc6ef6e4fa
1 parent
76a1b0fe
test
Showing
7 changed files
with
18 additions
and
0 deletions
Show diff stats
common/models/Portfolio.php
frontend/views/accounts/_gallery_form.php
frontend/views/accounts/_portfolio_form.php
frontend/views/accounts/_projects_form.php
frontend/views/accounts/_team_form.php
frontend/views/accounts/_vacancy_form.php
frontend/views/accounts/portfolio.php
... | ... | @@ -63,6 +63,18 @@ |
63 | 63 | ], |
64 | 64 | 'view_count', |
65 | 65 | [ |
66 | + 'value' => function($model, $key, $index, $column) { | |
67 | + return 0; | |
68 | + }, | |
69 | + 'label' => 'Рейтинг', | |
70 | + ], | |
71 | + [ | |
72 | + 'value' => function($model, $key, $index, $column) { | |
73 | + return 0; | |
74 | + }, | |
75 | + 'label' => 'Комментарии', | |
76 | + ], | |
77 | + [ | |
66 | 78 | 'attribute' => 'specializationString', |
67 | 79 | ], |
68 | 80 | [ | ... | ... |