Added post time to soundtracks page
This commit is contained in:
parent
4a6f54ec52
commit
fb04540c29
@ -24,7 +24,9 @@ component SoundTrackFooter(track *arn.SoundTrack)
|
||||
a.ajax(href=track.Link() + "/edit") untitled
|
||||
else
|
||||
a.ajax(href=track.Link())= track.Title
|
||||
span posted by
|
||||
span posted
|
||||
span.utc-date(data-date=track.Created)
|
||||
span by
|
||||
a.ajax(href=track.CreatedByUser().Link())= track.CreatedByUser().Nick + " "
|
||||
|
||||
component ExternalMedia(media *arn.ExternalMedia)
|
||||
|
Loading…
Reference in New Issue
Block a user