mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +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:
parent
3d85d6a81d
commit
b8e7e06819
1 changed files with 4 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue