Bug 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/f36dca0c Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/f36dca0c Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/f36dca0c Branch: refs/heads/master Commit: f36dca0c4729dc72c25678f1a1ba9cc24de93021 Parents: 2d61412 Author: Nipurn Doshi <[email protected]> Authored: Fri Apr 15 15:43:32 2016 -0400 Committer: Nipurn Doshi <[email protected]> Committed: Fri Apr 15 15:43:32 2016 -0400 ---------------------------------------------------------------------- app/views/partials/experiment-inputs.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/f36dca0c/app/views/partials/experiment-inputs.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/experiment-inputs.blade.php b/app/views/partials/experiment-inputs.blade.php index 8be156b..52446b6 100644 --- a/app/views/partials/experiment-inputs.blade.php +++ b/app/views/partials/experiment-inputs.blade.php @@ -31,12 +31,12 @@ <label>Application input</label> <div class="well"> + <h3>Enter Experiment Inputs</h3> + @if( $expInputs["clonedExp"] || $expInputs["savedExp"]) <div class="form-group"> {{ ExperimentUtilities::list_input_files($expInputs['experiment']->experimentInputs) }} <hr/> </div> - <h3>Enter Experiment Inputs</h3> - @if( $expInputs["clonedExp"] || $expInputs["savedExp"]) {{ ExperimentUtilities::create_inputs($expInputs['application'], false) }} @else {{ ExperimentUtilities::create_inputs($expInputs['application'], true) }}
