Repository: airavata-php-gateway Updated Branches: refs/heads/master 77c835d7e -> 56518c3bc
Commenting the notifications since Airavata is not sending emails about internal status. job related emails might be confusing. 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/56518c3b Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/56518c3b Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/56518c3b Branch: refs/heads/master Commit: 56518c3bc9d9b44e19c0029bc92205b1c74023d4 Parents: 77c835d Author: Suresh Marru <[email protected]> Authored: Tue Jul 14 16:34:50 2015 -0400 Committer: Suresh Marru <[email protected]> Committed: Tue Jul 14 16:34:50 2015 -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/56518c3b/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 f60ae1d..9d054ed 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>
