Skip to content

Commit ab95563

Browse files
relrodepriestley
authored andcommitted
Left-align dates on /differential.
Test Plan: Went to /differential. Reviewers: epriestley, chad Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4415
1 parent b0edca7 commit ab95563

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/applications/differential/field/specification/DifferentialDateCreatedFieldSpecification.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ public function renderHeaderForRevisionList() {
1111
return 'Created';
1212
}
1313

14-
public function getColumnClassForRevisionList() {
15-
return 'right';
16-
}
17-
1814
public function renderValueForRevisionList(DifferentialRevision $revision) {
1915
return phabricator_date($revision->getDateCreated(), $this->getUser());
2016
}

src/applications/differential/field/specification/DifferentialDateModifiedFieldSpecification.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ public function renderHeaderForRevisionList() {
1111
return 'Updated';
1212
}
1313

14-
public function getColumnClassForRevisionList() {
15-
return 'right';
16-
}
17-
1814
public function renderValueForRevisionList(DifferentialRevision $revision) {
1915
return phabricator_datetime($revision->getDateModified(), $this->getUser());
2016
}

0 commit comments

Comments
 (0)