[mb-commits] branch, data-nes, updated. Fix the 'last updated time' in details pages
MusicBrainz Git Server <[email protected]> Mon, 04 Feb 2013 12:31:55 +0000
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1U2LDH-0000MA-PA@wiley> |
The branch, data-nes has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=f34d69bf238086c2acf46f9e4cde9224b5be94ce (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=819daea0d955c068978d684f2fcb5e68367f6ccb (commit)
Summary of changes:
root/components/details.tt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f34d69bf238086c2acf46f9e4cde9224b5be94ce
Author: Oliver Charles <[email protected]>
Date: Mon Feb 4 15:25:53 2013 +0000
Fix the 'last updated time' in details pages
diff --git a/root/components/details.tt b/root/components/details.tt
index 197526c..d9be4a5 100644
--- a/root/components/details.tt
+++ b/root/components/details.tt
@@ -1,3 +1,3 @@
[%- MACRO last_updated(entity) BLOCK;
- UserDate.format(entity.last_updated) || l('(unknown)');
+ UserDate.format(entity.revision.created_at) || l('(unknown)');
END -%]
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server