You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
1.0 KiB

<div class="github-embed github-embed-milestone-summary <?= $data['logo_class'] ?>">
<p>
<a href="<?= esc_attr( $data['repo']->html_url ) ?>" target="_blank">
<strong>
<?= esc_html( $data['repo']->description ) ?>
</strong>
</a>
<br>
<span class="github-heading">Milestone: </span>
<span class="github-milestone-title"><?= esc_html( $data['summary']->title ) ?></span>
<br>
<span class="github-heading">Issues: </span>
<span class="github-milestone-issues">
<?= esc_html( number_format_i18n( $data['summary']->open_issues ) ) ?> open, <?= esc_html( number_format_i18n( $data['summary']->closed_issues ) ) ?> closed.
</span>
<br>
<?php if ( ! empty( $data['summary']->due_on ) ) : ?>
<span class="github-heading">Due: </span>
<span class="github-milestone-due-date">
<?= esc_html( date_format( date_create( $data['summary']->due_on ), 'jS F Y' ) ) ?>
</span>
<br>
<?php endif ?>
<p class="github-milestone-description">
<?= nl2br( esc_html( $data['summary']->description ) ) ?>
</p>
<br>
</p>
</div>