~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to phabricator/src/applications/paste/editor/PhabricatorPasteEditor.php

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2014-11-01 23:20:06 UTC
  • mfrom: (0.6.1) (0.5.1) (1.2.1) (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20141101232006-9rsc6uy3t32oty8r
Tags: 0~git20141101-1
* New upstream version
* renamed translation po files so that they are used (closes: #767636)

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
 
168
168
    $body = parent::buildMailBody($object, $xactions);
169
169
 
170
 
    $body->addTextSection(
 
170
    $body->addLinkSection(
171
171
      pht('PASTE DETAIL'),
172
172
      PhabricatorEnv::getProductionURI('/P'.$object->getID()));
173
173