@@ -57,9 +57,9 @@ |
||
| 57 | 57 | } |
| 58 | 58 | |
| 59 | 59 | return $this->render('app/user/index.html.twig', [ |
| 60 | - 'userSearchForm' => $searchForm->createView(), |
|
| 61 | - 'all_users_by_searchfield' => $fetchedUsers |
|
| 62 | - ] |
|
| 60 | + 'userSearchForm' => $searchForm->createView(), |
|
| 61 | + 'all_users_by_searchfield' => $fetchedUsers |
|
| 62 | + ] |
|
| 63 | 63 | ); |
| 64 | 64 | } |
| 65 | 65 | |
@@ -46,12 +46,12 @@ |
||
| 46 | 46 | |
| 47 | 47 | return $this->render( |
| 48 | 48 | 'app/oconly81/index.html.twig', [ |
| 49 | - 'ocOnly81_user' => $userData, |
|
| 50 | - 'ocOnly81_matrix' => $matrixData[0], |
|
| 51 | - 'ocOnly81_dsum' => $matrixData[1], |
|
| 52 | - 'ocOnly81_tsum' => $matrixData[2], |
|
| 53 | - 'ocOnly81_overall_sum' => $matrixData[3] |
|
| 54 | - ] |
|
| 49 | + 'ocOnly81_user' => $userData, |
|
| 50 | + 'ocOnly81_matrix' => $matrixData[0], |
|
| 51 | + 'ocOnly81_dsum' => $matrixData[1], |
|
| 52 | + 'ocOnly81_tsum' => $matrixData[2], |
|
| 53 | + 'ocOnly81_overall_sum' => $matrixData[3] |
|
| 54 | + ] |
|
| 55 | 55 | ); |
| 56 | 56 | } |
| 57 | 57 | } |
@@ -59,11 +59,11 @@ |
||
| 59 | 59 | |
| 60 | 60 | return $this->render( |
| 61 | 61 | 'app/maps/index.html.twig', [ |
| 62 | - 'mapCenterViewLat' => $centerPoint[0], |
|
| 63 | - 'mapCenterViewLon' => $centerPoint[1], |
|
| 64 | - 'mapZoom' => '6', |
|
| 65 | - 'mapWP' => $centerPoint[2] |
|
| 66 | - ] |
|
| 62 | + 'mapCenterViewLat' => $centerPoint[0], |
|
| 63 | + 'mapCenterViewLon' => $centerPoint[1], |
|
| 64 | + 'mapZoom' => '6', |
|
| 65 | + 'mapWP' => $centerPoint[2] |
|
| 66 | + ] |
|
| 67 | 67 | ); |
| 68 | 68 | } |
| 69 | 69 | } |