Completed
Pull Request — master (#269)
by
unknown
03:09
created
views/layouts/main.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         echo Nav::widget([
39 39
             'options' => ['class' => 'nav navbar-nav navbar-right'],
40 40
             'items' => $this->context->module->navbar,
41
-         ]);
41
+            ]);
42 42
         NavBar::end();
43 43
         ?>
44 44
 
Please login to merge, or discard this patch.
views/menu/_form.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -27,10 +27,10 @@
 block discarded – undo
27 27
 
28 28
              <?php echo $form->field($model, 'parent')->dropdownList(
29 29
                 $model::find()->select(["CONCAT(id, ' - ',`name` ) as menuname", 'id'])
30
-	  ->indexBy('id')->column(),
31
-                 ['prompt'=>'select parent']
32
-                 );
33
-                  ?>
30
+        ->indexBy('id')->column(),
31
+                    ['prompt'=>'select parent']
32
+                    );
33
+                    ?>
34 34
 
35 35
             <?= $form->field($model, 'route')->textInput(['id' => 'route']) ?>
36 36
         </div>
Please login to merge, or discard this patch.