Bug Fix - Correcting Link to Browse Experiments page
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/28dec138 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/28dec138 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/28dec138 Branch: refs/heads/master Commit: 28dec138183a678958d93efce8918cd166e4a9d1 Parents: ec279ca Author: Nipurn Doshi <[email protected]> Authored: Fri Jan 29 10:41:49 2016 -0500 Committer: Nipurn Doshi <[email protected]> Committed: Fri Jan 29 10:41:49 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/28dec138/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index 6bbf1bb..66d7432 100644 --- a/app/views/account/dashboard.blade.php +++ b/app/views/account/dashboard.blade.php @@ -40,7 +40,7 @@ </div> </a> - <a href="{{URL::to('/')}}/admin/dashboard/experiments"> + <a href="{{URL::to('/')}}/experiments/browse"> <div class="@if( Session::has('admin')) col-md-4 @else col-md-6 @endif well"> <div class="col-md-12"> <span class="glyphicon glyphicon-tasks console-icon"></span>
