adding missing files
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/be57aed4 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/be57aed4 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/be57aed4 Branch: refs/heads/master Commit: be57aed4599483430d6f443104886647cba2d666 Parents: 4f63322 Author: scnakandala <[email protected]> Authored: Thu Jan 7 13:31:19 2016 -0500 Committer: scnakandala <[email protected]> Committed: Thu Jan 7 13:31:19 2016 -0500 ---------------------------------------------------------------------- .gitignore | 3 ++- app/views/partials/experiment-container.blade.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/be57aed4/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5cbbd4e..9ab2713 100755 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ composer.lock .DS_Store Thumbs.db -/app/storage \ No newline at end of file +/app/storage +/themes \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/be57aed4/app/views/partials/experiment-container.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/experiment-container.blade.php b/app/views/partials/experiment-container.blade.php index defae90..24b1df1 100644 --- a/app/views/partials/experiment-container.blade.php +++ b/app/views/partials/experiment-container.blade.php @@ -1,6 +1,6 @@ @if ( isset($expContainer)) @if (sizeof($expContainer) == 0) - @if (isset($pageNo) && $pageNo == 1) { + @if (isset($pageNo) && $pageNo == 1) {{ CommonUtilities::print_warning_message('No results found. Please try again.') }} @else {{ CommonUtilities::print_warning_message('No more results found.') }}
