Repository: airavata-php-gateway Updated Branches: refs/heads/develop a2366efd2 -> b591279a4
AIRAVATA-2342 Turn off creating account (for now) 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/99ffbef3 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/99ffbef3 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/99ffbef3 Branch: refs/heads/develop Commit: 99ffbef3c52151eec04b267e88982ceb6f4e06be Parents: aba44b6 Author: Marcus Christie <[email protected]> Authored: Tue Mar 21 15:43:45 2017 -0400 Committer: Marcus Christie <[email protected]> Committed: Tue Mar 21 15:43:45 2017 -0400 ---------------------------------------------------------------------- app/libraries/CommonUtilities.php | 2 +- app/views/account/login.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/99ffbef3/app/libraries/CommonUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/CommonUtilities.php b/app/libraries/CommonUtilities.php index 53f790e..a3259a8 100644 --- a/app/libraries/CommonUtilities.php +++ b/app/libraries/CommonUtilities.php @@ -249,7 +249,7 @@ class CommonUtilities $navbar .= '</ul></li>'; } else { - $navbar .= '<li><a href="' . URL::to('/') . '/create"><span class="glyphicon glyphicon-user"></span> Create account</a></li>'; + // $navbar .= '<li><a href="' . URL::to('/') . '/create"><span class="glyphicon glyphicon-user"></span> Create account</a></li>'; $navbar .= '<li><a href="' . URL::to('/') . '/login"><span class="glyphicon glyphicon-log-in"></span> Log in</a></li>'; } http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/99ffbef3/app/views/account/login.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/login.blade.php b/app/views/account/login.blade.php index 7ef30cc..9d36753 100755 --- a/app/views/account/login.blade.php +++ b/app/views/account/login.blade.php @@ -10,9 +10,9 @@ <h3> Login - <small> + {{-- <small> <small> (Not registered? <a href="create">Create account</a>)</small> - </small> + </small> --}} </h3>
