Repository: airavata-php-gateway Updated Branches: refs/heads/develop 696f9cd9a -> a5f317f02
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/a5f317f0 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/a5f317f0 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/a5f317f0 Branch: refs/heads/develop Commit: a5f317f02e0e8fa7ddf928cc70d54776eee4922d Parents: 696f9cd Author: Marcus Christie <[email protected]> Authored: Fri Jan 6 09:13:08 2017 -0500 Committer: Marcus Christie <[email protected]> Committed: Fri Jan 6 09:36:21 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/a5f317f0/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 c10144f..1326fb0 100644 --- a/app/views/partials/experiment-inputs.blade.php +++ b/app/views/partials/experiment-inputs.blade.php @@ -151,5 +151,5 @@ <input type="text" class="form-control" name="userDN" placeholder="user" value="{{$expInputs['userDN']}}"/> </div> </div> + @endif </div> -@endif
