Completed
Push — master ( f6fc3d...d77966 )
by Jeff
02:53
created
views/content/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
                 'label' => Yii::t('app', 'Flow'),
24 24
                 'attribute' => 'flow.name',
25 25
                 'format' => 'html',
26
-                'value' => function ($model) {
26
+                'value' => function($model) {
27 27
                     return Html::a($model->flow->name, ['flow/view', 'id' => $model->flow->id]);
28 28
                 },
29 29
             ],
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
                 'class' => 'yii\grid\ActionColumn',
32 32
                 'template' => '{view} {update} {delete} {toggle}',
33 33
                 'buttons' => [
34
-                    'toggle' => function ($url, $model) {
34
+                    'toggle' => function($url, $model) {
35 35
                         return Html::a('<span class="glyphicon glyphicon-'.($model->enabled ? 'pause' : 'play').'"></span>', $url);
36 36
                     },
37 37
                 ],
Please login to merge, or discard this patch.