Modified the User Settings page to display only profile details
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/d774332c Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/d774332c Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/d774332c Branch: refs/heads/develop Commit: d774332c9df4c081361889e5e9e8c300d7555ba1 Parents: cdc4622 Author: Sneha Tilak <[email protected]> Authored: Fri Jun 30 15:13:40 2017 -0400 Committer: Sneha Tilak <[email protected]> Committed: Fri Jun 30 15:13:40 2017 -0400 ---------------------------------------------------------------------- app/views/account/settings.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/d774332c/app/views/account/settings.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/settings.blade.php b/app/views/account/settings.blade.php index 35bb0ad..cdfdff7 100644 --- a/app/views/account/settings.blade.php +++ b/app/views/account/settings.blade.php @@ -26,7 +26,7 @@ </a> </div> - <div class="row well user-settings"> + {{--<div class="row well user-settings"> <h3>Manage Personal Computing and Storage Resources</h3> <p>Use these settings if you have your own compute and/or @@ -64,7 +64,7 @@ </div> </div> </a> - </div> + </div>--}} </div> @stop
