Repository: airavata-php-gateway Updated Branches: refs/heads/master 68894b8dc -> d60314444
changing the with of project summary page 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/1fbf9a80 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/1fbf9a80 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/1fbf9a80 Branch: refs/heads/master Commit: 1fbf9a80759454b1ca32feaaefdf43811e7fe896 Parents: dd4b4bc Author: Supun Nakandala <[email protected]> Authored: Mon Aug 24 21:30:02 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Mon Aug 24 21:30:02 2015 +0530 ---------------------------------------------------------------------- app/views/project/summary.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/1fbf9a80/app/views/project/summary.blade.php ---------------------------------------------------------------------- diff --git a/app/views/project/summary.blade.php b/app/views/project/summary.blade.php index 3f37a6e..736ed60 100755 --- a/app/views/project/summary.blade.php +++ b/app/views/project/summary.blade.php @@ -6,7 +6,7 @@ @section('content') -<div class="container" style="max-width: 750px;"> +<div class="container" style="max-width: 80%;"> <?php $project = ProjectUtilities::get_project($_GET['projId']); ?>
