Completed
Branch dev (690143)
by Sarah
02:34
created
views/layouts/main.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -105,10 +105,10 @@  discard block
 block discarded – undo
105 105
 		<ul class="nav nav-sm navbar-tool pull-right">
106 106
 			<?php echo \humhub\widgets\TopMenuRightStack::widget(); ?>
107 107
 			<?php
108
-			echo \humhub\widgets\NotificationArea::widget(['widgets' => [
109
-				[\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]],
110
-			]]);
111
-			?>
108
+            echo \humhub\widgets\NotificationArea::widget(['widgets' => [
109
+                [\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]],
110
+            ]]);
111
+            ?>
112 112
 
113 113
 					<?php echo \humhub\modules\space\widgets\Chooser::widget(); ?>
114 114
 		</ul>
@@ -144,10 +144,10 @@  discard block
 block discarded – undo
144 144
 		<ul class="nav nav-sm navbar-tool pull-right">
145 145
 			<?php echo \humhub\widgets\TopMenuRightStack::widget(); ?>
146 146
 			<?php
147
-			echo \humhub\widgets\NotificationArea::widget(['widgets' => [
148
-				[\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]],
149
-			]]);
150
-			?>
147
+            echo \humhub\widgets\NotificationArea::widget(['widgets' => [
148
+                [\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]],
149
+            ]]);
150
+            ?>
151 151
 
152 152
 					<?php echo \humhub\modules\space\widgets\Chooser::widget(); ?>
153 153
 		</ul>
Please login to merge, or discard this patch.