mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Display calendar
This commit is contained in:
parent
66a300768a
commit
a40d7f4642
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ abstract class PhabricatorCalendarController extends PhabricatorController {
|
|||
// Unicode has a calendar character but it's in some distant code plane,
|
||||
// use "keyboard" since it looks vaguely similar.
|
||||
$page->setGlyph("\xE2\x8C\xA8");
|
||||
$page->appendChild($view);
|
||||
|
||||
$response = new AphrontWebpageResponse();
|
||||
return $response->setContent($page->render());
|
||||
|
|
Loading…
Reference in a new issue