Repository: airavata-php-gateway Updated Branches: refs/heads/master d9005d331 -> dcaecbfbe
putting pga content inside html row Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/dcaecbfb Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/dcaecbfb Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/dcaecbfb Branch: refs/heads/master Commit: dcaecbfbe8be1c2f8213af180a7f316d2179f4e4 Parents: d9005d3 Author: scnakandala <[email protected]> Authored: Mon Nov 2 10:43:49 2015 -0500 Committer: scnakandala <[email protected]> Committed: Mon Nov 2 10:43:49 2015 -0500 ---------------------------------------------------------------------- app/views/layout/basic.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/dcaecbfb/app/views/layout/basic.blade.php ---------------------------------------------------------------------- diff --git a/app/views/layout/basic.blade.php b/app/views/layout/basic.blade.php index e8c54a1..fae702a 100755 --- a/app/views/layout/basic.blade.php +++ b/app/views/layout/basic.blade.php @@ -49,7 +49,9 @@ var fullName = "{{Session::get("user-profile")["firstname"] . " " . Session::get @endif <!-- PGA UI lies here. Do not touch. --> -@yield('content') +<div class="row"> + @yield('content') +</div> @include('layout/fixed-footer')
