Example #1
0
<?php

$anchor = "pull_{$alert['pull']->getId()}";
$linkid = mfwRequest::makeLinkId(mfwRequest::url() . "#{$anchor}");
?>
<div class="alert_block" id="<?php 
echo $anchor;
?>
">
<div class="block_head">
<ul class="repo_name">
<li><a href="<?php 
echo url("/pulls/repo?repo_id={$alert['repo']->getId()}");
?>
"><?php 
echo $alert['repo']->getProject();
?>
</a></li>
</ul>
<h3><a href="<?php 
echo $alert['github_url'];
?>
" target="_blank"><span class="number"><?php 
echo $alert['pull']->getNumber();
?>
:</span> <?php 
echo $alert['pull']->getTitle();
?>
</a></h3>
<ul class="info">
<li><span class="tag">Login Name:</span> <?php