Repository: airavata-php-gateway Updated Branches: refs/heads/develop 3a3b30587 -> 6af37b47c
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/6af37b47 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/6af37b47 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/6af37b47 Branch: refs/heads/develop Commit: 6af37b47c8a6aacd89831a90887227cc06a8258a Parents: 3a3b305 Author: scnakandala <[email protected]> Authored: Fri Dec 2 14:46:43 2016 -0500 Committer: scnakandala <[email protected]> Committed: Fri Dec 2 14:46:43 2016 -0500 ---------------------------------------------------------------------- app/views/account/dashboard.blade.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/6af37b47/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index 7f330a0..9f15059 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -80,6 +80,10 @@ @endif </div> <div class="col-md-12"> + <div> + <button class="gateway-request-button btn btn-default">Request a New Gateway</button> + <br/> + </div> @if(empty($requestedGateways)) <br> <div class="well"> @@ -88,10 +92,7 @@ </h4> </div> @endif - <div> - <button class="gateway-request-button btn btn-default">Request a New Gateway</button> - <br/> - </div> + <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>
