changing Creation Time to Last Modified Time
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/2b059202 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/2b059202 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/2b059202 Branch: refs/heads/0.15-release-branch Commit: 2b0592023fb81565bf8ca0eccb95207ed3dd1a9f Parents: e091358 Author: Supun Nakandala <[email protected]> Authored: Wed Jul 15 19:46:34 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Wed Jul 15 19:46:34 2015 +0530 ---------------------------------------------------------------------- app/views/project/summary.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/2b059202/app/views/project/summary.blade.php ---------------------------------------------------------------------- diff --git a/app/views/project/summary.blade.php b/app/views/project/summary.blade.php index eeadf22..1340f01 100755 --- a/app/views/project/summary.blade.php +++ b/app/views/project/summary.blade.php @@ -37,7 +37,7 @@ echo '<th>Name</th>'; echo '<th>Application</th>'; echo '<th>Compute Resource</th>'; - echo '<th>Creation Time</th>'; + echo '<th>Last Modified Time</th>'; echo '<th>Experiment Status</th>'; echo '<th>Job Status</th>';
