Repository: airavata-php-gateway Updated Branches: refs/heads/develop 6af37b47c -> 7bb81dd70
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/7bb81dd7 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/7bb81dd7 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/7bb81dd7 Branch: refs/heads/develop Commit: 7bb81dd70a7db252885d493bb4a9475b6e8a1aa8 Parents: 6af37b4 Author: scnakandala <[email protected]> Authored: Fri Dec 2 14:47:24 2016 -0500 Committer: scnakandala <[email protected]> Committed: Fri Dec 2 14:47:24 2016 -0500 ---------------------------------------------------------------------- app/views/account/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/7bb81dd7/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index 9f15059..7a7ef09 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -87,7 +87,7 @@ @if(empty($requestedGateways)) <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> + <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> </div>
