You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2016/04/15 21:43:54 UTC

airavata-php-gateway git commit: Bug fix

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 2d61412bd -> f36dca0c4


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/develop
Commit: f36dca0c4729dc72c25678f1a1ba9cc24de93021
Parents: 2d61412
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Fri Apr 15 15:43:32 2016 -0400
Committer: Nipurn Doshi <ni...@gmail.com>
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) }}