You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2017/04/03 17:20:14 UTC

[13/14] airavata-php-gateway git commit: Properly closing div in experiment-inputs

Properly closing div in experiment-inputs

This was causing a layout issue with the theme in the new IU
Cybergateway.


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/98a620d9
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/98a620d9
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/98a620d9

Branch: refs/heads/develop
Commit: 98a620d9ce7aa147ec667b5fede112f71bf29157
Parents: 533faa7
Author: Marcus Christie <ma...@apache.org>
Authored: Fri Jan 6 09:13:08 2017 -0500
Committer: Marcus Christie <ma...@apache.org>
Committed: Fri Jan 6 09:13:08 2017 -0500

----------------------------------------------------------------------
 app/views/partials/experiment-inputs.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/98a620d9/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 f6e2557..9f02dbf 100644
--- a/app/views/partials/experiment-inputs.blade.php
+++ b/app/views/partials/experiment-inputs.blade.php
@@ -127,5 +127,5 @@
             <input type="text" class="form-control" name="userDN" placeholder="user" value="{{$expInputs['userDN']}}"/>
         </div>
     </div>
+    @endif
 </div>
-@endif