Differential D19598 Diff 46858 src/applications/differential/editor/DifferentialTransactionEditor.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/editor/DifferentialTransactionEditor.php
| Show First 20 Lines • Show All 665 Lines • ▼ Show 20 Lines | protected function buildMailBody( | ||||
| if ($changed_uri) { | if ($changed_uri) { | ||||
| $body->addLinkSection( | $body->addLinkSection( | ||||
| pht('CHANGED PRIOR TO COMMIT'), | pht('CHANGED PRIOR TO COMMIT'), | ||||
| $changed_uri); | $changed_uri); | ||||
| } | } | ||||
| $this->addCustomFieldsToMailBody($body, $object, $xactions); | $this->addCustomFieldsToMailBody($body, $object, $xactions); | ||||
| if (!$this->getIsNewObject()) { | if (!$this->isFirstBroadcast()) { | ||||
| $body->addLinkSection(pht('CHANGES SINCE LAST ACTION'), $new_uri); | $body->addLinkSection(pht('CHANGES SINCE LAST ACTION'), $new_uri); | ||||
| } | } | ||||
| $body->addLinkSection( | $body->addLinkSection( | ||||
| pht('REVISION DETAIL'), | pht('REVISION DETAIL'), | ||||
| $revision_uri); | $revision_uri); | ||||
| if ($update_xaction) { | if ($update_xaction) { | ||||
| ▲ Show 20 Lines • Show All 1,041 Lines • Show Last 20 Lines | |||||