Completed
Push — master ( b92cbc...dfac26 )
by Jeff
07:41
created
views/content-type/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
                 'class' => 'yii\grid\ActionColumn',
24 24
                 'template' => '{view} {update} {delete} {toggle}',
25 25
                 'buttons' => [
26
-                    'toggle' => function ($url, $model) {
26
+                    'toggle' => function($url, $model) {
27 27
                         return Html::a('<span class="glyphicon glyphicon-'.($model->enabled ? 'pause' : 'play').'"></span>', $url);
28 28
                     },
29 29
                 ],
Please login to merge, or discard this patch.
views/device/view.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 'controller' => 'flow',
58 58
                 'template' => '{view} {update} {unlink}',
59 59
                 'buttons' => [
60
-                    'unlink' => function ($url, $_model) use ($model) {
60
+                    'unlink' => function($url, $_model) use ($model) {
61 61
                         return Html::a('<span class="glyphicon glyphicon-remove"></span>', Url::to(['unlink', 'id' => $model->id, 'flowId' => $_model->id]));
62 62
                     },
63 63
                 ],
Please login to merge, or discard this patch.