Repository: airavata-php-gateway Updated Branches: refs/heads/master d60314444 -> e0ca3d846
uncommenting email notifications in create experiment 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/e0ca3d84 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/e0ca3d84 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/e0ca3d84 Branch: refs/heads/master Commit: e0ca3d8463db5803d10c764445ad5f48e57c6427 Parents: d603144 Author: Supun Nakandala <[email protected]> Authored: Mon Aug 24 23:42:20 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Mon Aug 24 23:42:20 2015 +0530 ---------------------------------------------------------------------- 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/e0ca3d84/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 f7c0522..90e7e88 100644 --- a/app/views/partials/experiment-inputs.blade.php +++ b/app/views/partials/experiment-inputs.blade.php @@ -76,7 +76,7 @@ </div> </div> </div> - {{--<h3>Notifications</h3> + <h3>Notifications</h3> <div class="form-group well"> <label for=""></label> @@ -92,7 +92,7 @@ </div> <button type="button" class="addEmail btn btn-default">Add another Email</button> </div> - </div>--}} + </div> @if( $expInputs["advancedOptions"]) <h3>Advanced Options</h3>
