1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 21:02:41 +01:00

Show language of pastes in the list view.

Summary:
Show language of pastes in the list view.

Test Plan:
Saw language of pastes in the list view.

Reviewers:
epriestley

CC:

Differential Revision: 617
This commit is contained in:
Ricky Elrod 2011-07-08 16:27:25 -04:00 committed by epriestley
parent 3d85d6a81d
commit b8e7e06819

View file

@ -55,6 +55,8 @@ class PhabricatorPasteListController extends PhabricatorPasteController {
),
phutil_escape_html($handle->getName())),
phutil_escape_html($paste->getLanguage()),
phutil_render_tag(
'a',
array(
@ -80,12 +82,14 @@ class PhabricatorPasteListController extends PhabricatorPasteController {
array(
'Paste ID',
'Author',
'Language',
'Title',
'File',
));
$table->setColumnClasses(
array(
null,
null,
null,
'wide pri',