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

« back to all changes in this revision

Viewing changes to phabricator/src/applications/differential/view/DifferentialChangesetListView.php

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2014-11-30 23:52:12 UTC
  • mfrom: (0.10.1) (0.9.1) (0.5.2) (2.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20141130235212-s3iwj9maq2lrlnq9
Tags: 0~git20141130-1
* New upstream version
* avoid mysql configuration in postinst if no credential provided
  (closes: #769534)
* added portuguese to debconf translations (closes: #769615)
* added german to debconf translations (closes: #768965)
* added logrotate on phd log files
* fixed po-debconf messages inconsistencies (closes: #768201)
* added dutch to debconf translations (closes: #771597)

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
        $load = javelin_tag(
176
176
          'a',
177
177
          array(
 
178
            'class' => 'button grey',
178
179
            'href' => '#'.$uniq_id,
179
180
            'sigil' => 'differential-load',
180
181
            'meta' => array(
183
184
            ),
184
185
            'mustcapture' => true,
185
186
          ),
186
 
          pht('Load'));
 
187
          pht('Load File'));
187
188
      }
188
189
      $detail->appendChild(
189
190
        phutil_tag(