Minor fix
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/99d9501b Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/99d9501b Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/99d9501b Branch: refs/heads/master Commit: 99d9501bd7d63800f2cbe8794d614eefd9de3d39 Parents: c371e3e Author: Nipurn Doshi <[email protected]> Authored: Fri Jan 29 12:34:48 2016 -0500 Committer: Nipurn Doshi <[email protected]> Committed: Fri Jan 29 12:34:48 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/99d9501b/app/views/account/dashboard.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/dashboard.blade.php b/app/views/account/dashboard.blade.php index 66d7432..2de5b68 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('/')}}/experiments/browse"> + <a href="{{URL::to('/')}}/experiment/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>
