mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08:00
fix digest
This commit is contained in:
@ -41,6 +41,6 @@ Discourse.AdminDashboardController = Ember.Controller.extend({
|
||||
},
|
||||
|
||||
problemsTimestamp: function() {
|
||||
return this.get('problemsFetchedAt').long();
|
||||
return moment(this.get('problemsFetchedAt')).format('LLL');
|
||||
}.property('problemsFetchedAt')
|
||||
});
|
||||
|
Reference in New Issue
Block a user