1
0
Fork 0
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:
vrana 2012-08-24 22:16:05 -07:00
parent 66a300768a
commit a40d7f4642

View file

@ -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());