Repository: airavata-php-gateway Updated Branches: refs/heads/develop 7aa76f1e3 -> d46c0f312
updating request gateway message 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/d46c0f31 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/d46c0f31 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/d46c0f31 Branch: refs/heads/develop Commit: d46c0f31211707a696353ff81f0d3ff9abeb88d3 Parents: 7aa76f1 Author: scnakandala <[email protected]> Authored: Fri Dec 2 14:41:10 2016 -0500 Committer: scnakandala <[email protected]> Committed: Fri Dec 2 14:41:10 2016 -0500 ---------------------------------------------------------------------- app/views/account/dashboard.blade.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/d46c0f31/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index 83c4588..d4b79eb 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -82,9 +82,13 @@ <div class="col-md-12"> <button class="gateway-request-button btn btn-default">Request a New Gateway</button> @if(empty($requestedGateways)) - <p>You are in this page to create request for a new Gateway. Please click 'Request a New Gateway' button and proceed.<br> - Once your request is submitted a SciGaP admin will process the request and if needed will contact you through the process. - </p> + <br> + <div class="well"> + <h4 class="text-center">You are in this page to create request for a new Gateway. Please click 'Request a New Gateway' button and proceed.<br> + Once your request is submitted a SciGaP admin will process the request and if needed will contact you through the process. + </h4> + </div> + <br> @endif <div class="well"> <h4 class="text-center">Need faster or more customised solutions for your Gateway? Contact us at: <a href="mailto:[email protected]">[email protected]</a></h4>
