Repository: airavata-php-gateway Updated Branches: refs/heads/0.15-release-branch 3a92a990b -> 81bdd36a0
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/81bdd36a Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/81bdd36a Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/81bdd36a Branch: refs/heads/0.15-release-branch Commit: 81bdd36a0421c8d0df10bb25939127ae36dd6ae6 Parents: 3a92a99 Author: Supun Nakandala <[email protected]> Authored: Mon Aug 24 21:30:02 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Tue Aug 25 19:13:22 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/81bdd36a/app/views/project/summary.blade.php ---------------------------------------------------------------------- diff --git a/app/views/project/summary.blade.php b/app/views/project/summary.blade.php index 1340f01..454ff09 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']); ?>
