Completed
Push — master ( 12cf62...b2d5c9 )
by Jeff
03:16
created
views/flow/view.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
             [
53 53
                 'label' => Yii::t('app', 'Preview'),
54 54
                 'format' => 'raw',
55
-                'content' => function ($model) {
55
+                'content' => function($model) {
56 56
                     return Html::a(Yii::t('app', 'Preview'), ['content/preview', 'id' => $model->id], ['class' => 'btn btn-primary']);
57 57
                 },
58 58
             ],
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
                 'controller' => 'content',
62 62
                 'template' => '{view} {update} {delete} {toggle}',
63 63
                 'buttons' => [
64
-                    'toggle' => function ($url, $model) {
64
+                    'toggle' => function($url, $model) {
65 65
                         return Html::a('<span class="glyphicon glyphicon-'.($model->enabled ? 'pause' : 'play').'"></span>', $url);
66 66
                     },
67 67
                 ],
Please login to merge, or discard this patch.