Repository: airavata-php-gateway Updated Branches: refs/heads/develop 9e0b02594 -> cb1e2f7e8
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/cb1e2f7e Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/cb1e2f7e Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/cb1e2f7e Branch: refs/heads/develop Commit: cb1e2f7e8367932808bce6ec504a6e7908fb2078 Parents: 9e0b025 Author: scnakandala <[email protected]> Authored: Fri Dec 2 14:50:16 2016 -0500 Committer: scnakandala <[email protected]> Committed: Fri Dec 2 14:50:16 2016 -0500 ---------------------------------------------------------------------- app/views/account/dashboard.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/cb1e2f7e/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index 9547fa0..ff7ed0d 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -87,8 +87,8 @@ @if(empty($requestedGateways)) <br> <div class="well"> - <h4>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>You are in this page to create request for a new Gateway. Please click 'Request a New Gateway' button and proceed. Once + your request is submitted, a SciGaP admin will process the requirement and if needed you will be contacted. </h4> </div> @endif
