Repository: airavata-php-gateway Updated Branches: refs/heads/develop 0f5159703 -> 7aa76f1e3
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/7aa76f1e Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/7aa76f1e Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/7aa76f1e Branch: refs/heads/develop Commit: 7aa76f1e3a75c690f20e93380c69804e998fb83e Parents: 0f51597 Author: scnakandala <[email protected]> Authored: Fri Dec 2 14:36:47 2016 -0500 Committer: scnakandala <[email protected]> Committed: Fri Dec 2 14:36:47 2016 -0500 ---------------------------------------------------------------------- app/views/account/dashboard.blade.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/7aa76f1e/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index 4e4c732..83c4588 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -77,14 +77,18 @@ @endforeach </tbody> </table> - <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> - </div> @endif </div> <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> + @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> + </div> @if ($errors->has()) @foreach ($errors->all() as $error) {{ CommonUtilities::print_error_message($error) }}
