Completed
Pull Request — master (#118)
by
unknown
05:41
created
resources/views/default/components/csv_export.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Vitaliy Ofat <[email protected]>
4
- *
5
- * @var $grid Nayjest\Grids\Grid
6
- */
3
+             * @author: Vitaliy Ofat <[email protected]>
4
+             *
5
+             * @var $grid Nayjest\Grids\Grid
6
+             */
7 7
 use Nayjest\Grids\Components\CsvExport;
8 8
 ?>
9 9
 <span>
Please login to merge, or discard this patch.
resources/views/default/components/excel_export.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author: Vitaliy Ofat <[email protected]>
4
- *
5
- * @var $grid Nayjest\Grids\Grid
6
- */
3
+         * @author: Vitaliy Ofat <[email protected]>
4
+         *
5
+         * @var $grid Nayjest\Grids\Grid
6
+         */
7 7
 use Nayjest\Grids\Components\ExcelExport;
8 8
 ?>
9 9
 <span>
Please login to merge, or discard this patch.
resources/views/default/components/filters_row.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php # ========== FILTERS ROW ==========
2 2
 /**
3
- * @var Nayjest\Grids\Components\FiltersRow $component
4
- * @var Nayjest\Grids\FieldConfig $column
5
- */
3
+     * @var Nayjest\Grids\Components\FiltersRow $component
4
+     * @var Nayjest\Grids\FieldConfig $column
5
+     */
6 6
 ?>
7 7
 <?php if($grid->getFiltering()->available()): ?>
8 8
     <tr>
Please login to merge, or discard this patch.