Repository: airavata-php-gateway Updated Branches: refs/heads/master cf6ba33c9 -> 6bc3aef95
fixing some minor issues 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/6bc3aef9 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/6bc3aef9 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/6bc3aef9 Branch: refs/heads/master Commit: 6bc3aef950446d214539b31171e412accfeb0d22 Parents: cf6ba33 Author: Supun Nakandala <[email protected]> Authored: Mon Jul 6 23:14:29 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Mon Jul 6 23:14:29 2015 +0530 ---------------------------------------------------------------------- app/views/experiment/browse.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/6bc3aef9/app/views/experiment/browse.blade.php ---------------------------------------------------------------------- diff --git a/app/views/experiment/browse.blade.php b/app/views/experiment/browse.blade.php index 0630e2d..5aee7e1 100755 --- a/app/views/experiment/browse.blade.php +++ b/app/views/experiment/browse.blade.php @@ -9,7 +9,7 @@ @section('content') <div class="container" style="max-width: 80%;"> - <form action="{{URL::to('/')}}/experiment/search" method="post" class="form-inline" role="form"> + <form action="{{URL::to('/')}}/experiment/browse" method="post" class="form-inline" role="form"> <div class="panel panel-default"> <div class="panel-heading"> <h3>Search for Experiments</h3>
