mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
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
This commit is contained in:
parent
b0edca7294
commit
ab9556345f
2 changed files with 0 additions and 8 deletions
|
@ -11,10 +11,6 @@ final class DifferentialDateCreatedFieldSpecification
|
||||||
return 'Created';
|
return 'Created';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getColumnClassForRevisionList() {
|
|
||||||
return 'right';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function renderValueForRevisionList(DifferentialRevision $revision) {
|
public function renderValueForRevisionList(DifferentialRevision $revision) {
|
||||||
return phabricator_date($revision->getDateCreated(), $this->getUser());
|
return phabricator_date($revision->getDateCreated(), $this->getUser());
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,10 +11,6 @@ final class DifferentialDateModifiedFieldSpecification
|
||||||
return 'Updated';
|
return 'Updated';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getColumnClassForRevisionList() {
|
|
||||||
return 'right';
|
|
||||||
}
|
|
||||||
|
|
||||||
public function renderValueForRevisionList(DifferentialRevision $revision) {
|
public function renderValueForRevisionList(DifferentialRevision $revision) {
|
||||||
return phabricator_datetime($revision->getDateModified(), $this->getUser());
|
return phabricator_datetime($revision->getDateModified(), $this->getUser());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue