Completed
Push — dev ( 9bccb6...c3a9bc )
by Sarah
01:58
created
views/user/account/_userProfileLayout.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php 
2
- humhub\assets\TabbedFormAsset::register($this);
2
+    humhub\assets\TabbedFormAsset::register($this);
3 3
 ?>
4 4
 
5 5
 <div class="panel-heading">
Please login to merge, or discard this patch.
views/admin/approval/index.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     </div>
14 14
 
15 15
     <?=
16
-	GridView::widget([
16
+    GridView::widget([
17 17
         'dataProvider' => $dataProvider,
18 18
         'filterModel' => $searchModel,
19 19
         'columns' => [
Please login to merge, or discard this patch.