Passed
Pull Request — master (#14)
by Sarah
02:08 queued 24s
created
views/comment/widgets/showComment.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 						<?php if ($canWrite): ?>
25 25
 							<li>
26 26
 								<?=
27
-	AjaxButton::widget([
27
+    AjaxButton::widget([
28 28
                                     'label' => '<i class="fa fa-pencil"></i> '.Yii::t('CommentModule.widgets_views_showComment', 'Edit'),
29 29
                                     'ajaxOptions' => [
30 30
                                         'type' => 'POST',
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 
44 44
 								<!-- load modal confirm widget -->
45 45
 								<?=
46
-	humhub\widgets\ModalConfirm::widget(array(
46
+    humhub\widgets\ModalConfirm::widget(array(
47 47
                                     'uniqueID' => 'modal_commentdelete_'.$comment->id,
48 48
                                     'linkOutput' => 'a',
49 49
                                     'title' => Yii::t('CommentModule.widgets_views_showComment', '<strong>Confirm</strong> comment deleting'),
Please login to merge, or discard this patch.
views/space/space/_layout.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             </div>
37 37
             <div class="col-md-3 layout-sidebar-container">
38 38
                 <?=
39
-	\humhub\modules\space\widgets\Sidebar::widget(['space' => $space, 'widgets' => [
39
+    \humhub\modules\space\widgets\Sidebar::widget(['space' => $space, 'widgets' => [
40 40
                         [\humhub\modules\activity\widgets\Stream::className(), ['streamAction' => '/space/space/stream', 'contentContainer' => $space], ['sortOrder' => 10]],
41 41
                         [\humhub\modules\space\modules\manage\widgets\PendingApprovals::className(), ['space' => $space], ['sortOrder' => 20]],
42 42
                         [\humhub\modules\space\widgets\Members::className(), ['space' => $space], ['sortOrder' => 30]]
Please login to merge, or discard this patch.
views/layouts/main.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
             <div class="notifications pull-right">
69 69
                 <?=
70
-	\humhub\widgets\NotificationArea::widget(['widgets' => [
70
+    \humhub\widgets\NotificationArea::widget(['widgets' => [
71 71
                     [\humhub\modules\notification\widgets\Overview::className(), [], ['sortOrder' => 10]],
72 72
                 ]]);
73 73
                 ?>
Please login to merge, or discard this patch.