Repository: airavata-php-gateway Updated Branches: refs/heads/develop 2e5817b32 -> d8d41e993
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/d8d41e99 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/d8d41e99 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/d8d41e99 Branch: refs/heads/develop Commit: d8d41e993fe068f6962ab3405c9c5a4b0c7f2168 Parents: 2e5817b Author: scnakandala <[email protected]> Authored: Fri Dec 2 14:42:41 2016 -0500 Committer: scnakandala <[email protected]> Committed: Fri Dec 2 14:42:41 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/d8d41e99/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index 260393a..a2c8a71 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -87,9 +87,9 @@ 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 <button class="gateway-request-button btn btn-default">Request a New Gateway</button> + <br> <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>
