Repository: airavata-php-gateway Updated Branches: refs/heads/develop d46c0f312 -> 2e5817b32
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/2e5817b3 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/2e5817b3 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/2e5817b3 Branch: refs/heads/develop Commit: 2e5817b32cf0ed5ac9ce8649aa97e1237646e914 Parents: d46c0f3 Author: scnakandala <[email protected]> Authored: Fri Dec 2 14:42:09 2016 -0500 Committer: scnakandala <[email protected]> Committed: Fri Dec 2 14:42:09 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/2e5817b3/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index d4b79eb..260393a 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -79,8 +79,7 @@ </table> @endif </div> - <div class="col-md-12"> - <button class="gateway-request-button btn btn-default">Request a New Gateway</button> + <div class="col-md-12"> @if(empty($requestedGateways)) <br> <div class="well"> @@ -90,6 +89,7 @@ </div> <br> @endif + <button class="gateway-request-button btn btn-default">Request a New Gateway</button> <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>
