blob: 8ece80be5384f8e2897399ec7edaa0db86972671 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?= raw($error) ?>
<a href="<?= raw($searchUrl) ?>" title="Opens GitHub to search for similar issues">
<button>Find similar bugs</button>
</a>
<a href="<?= raw($issueUrl) ?>" title="After clicking this button you can review the issue before submitting it">
<button>Create GitHub Issue</button>
</a>
<p class="maintainer">
<?= e($maintainer) ?>
</p>
|