Skip to content

Instantly share code, notes, and snippets.

@voldern
Last active December 16, 2015 12:28
Show Gist options
  • Save voldern/5434577 to your computer and use it in GitHub Desktop.
Save voldern/5434577 to your computer and use it in GitHub Desktop.
<?php
$header =
javelin_tag(
'h1',
array(
'class' => 'maniphest-task-group-header',
'sigil' => 'task-group',
'meta' => array(
'priority' => head($list)->getPriority(),
),
),
phutil_escape_html($group).' ('.$count.') ' .
phutil_render_tag('span', array(),
phutil_escape_html($totalEstimatedHours . ' estimated hours')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment