Completed
Push — master ( 33f458...16f716 )
by Tobias
14:47
created
src/views/layouts/main.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -65,20 +65,20 @@
 block discarded – undo
65 65
 <?php $this->beginBody() ?>
66 66
 
67 67
 <?php Pjax::begin([
68
-                      'id' => 'main-content',
69
-                      'timeout' => 5000,
70
-                      'linkSelector' => '.frontend-reload',
71
-                  ]) ?>
68
+                        'id' => 'main-content',
69
+                        'timeout' => 5000,
70
+                        'linkSelector' => '.frontend-reload',
71
+                    ]) ?>
72 72
 
73 73
 <?= TwigWidget::widget(['key' => '_beginBody', 'renderEmpty' => false]) ?>
74 74
 
75 75
 <!-- Navbar -->
76 76
 <?php
77 77
 if (Yii::$app->settings->get('enableTwigNavbar', 'app.layout', false)) {
78
-                      echo \dmstr\modules\prototype\widgets\TwigWidget::widget(['key' => '_navbar']);
79
-                  } else {
80
-                      echo $this->render('_navbar');
81
-                  }
78
+                        echo \dmstr\modules\prototype\widgets\TwigWidget::widget(['key' => '_navbar']);
79
+                    } else {
80
+                        echo $this->render('_navbar');
81
+                    }
82 82
 
83 83
 ?>
84 84
 
Please login to merge, or discard this patch.