Revert "Adding a date filter that will format dates in Tower UI"

This reverts commit 41a168c57f74a774555753a269431efaf795597c.
This commit is contained in:
Jared Tabor
2015-05-15 11:13:45 -04:00
parent b352bf56ec
commit 052c808b8f
17 changed files with 28 additions and 38 deletions

View File

@@ -300,7 +300,7 @@ angular.module('StreamWidget', ['RestServices', 'Utilities', 'StreamListDefiniti
scope = generator.inject(form, { mode: 'edit', modal: true, related: false });
scope.changes = activity.changes_stringified;
scope.user = ((activity.summary_fields.actor) ? activity.summary_fields.actor.username : 'system') +
' on ' + $filter('longDate')(activity.timestamp);
' on ' + $filter('date')(activity.timestamp, "MM/dd/yy HH:mm:ss");
scope.operation = activity.description_nolink;
scope.formModalAction = function () {