From a55912aa6db629321c32dce236d34d7c6f444325 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 7 May 2014 13:47:19 +0000 Subject: [PATCH] changed the issue change log view to show time as well --- codepot/src/codepot/views/issue_show.php | 8 -------- codepot/src/css/issue.css | 3 ++- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/codepot/src/codepot/views/issue_show.php b/codepot/src/codepot/views/issue_show.php index 81b41495..b8aa6603 100644 --- a/codepot/src/codepot/views/issue_show.php +++ b/codepot/src/codepot/views/issue_show.php @@ -256,11 +256,7 @@ $this->load->view ( print ''; print ''; - print ''; - print date ('Y-m-d', strtotime($new->updatedon)); - print ''; print ''; print ''; @@ -340,11 +336,7 @@ $this->load->view ( print ''; print ''; - print ''; - print date ('Y-m-d', strtotime($issue->updatedon)); - print ''; print ''; print ''; diff --git a/codepot/src/css/issue.css b/codepot/src/css/issue.css index 9f0cf69c..720ab523 100644 --- a/codepot/src/css/issue.css +++ b/codepot/src/css/issue.css @@ -134,7 +134,8 @@ #issue_show_mainarea_changes_table td.date { width: 1px; - white-space: nowrap; + /*white-space: nowrap;*/ + text-align: right; vertical-align: top; padding-top: 0.2em; padding-bottom: 0.2em;