rss-bridge/templates/bridge-error.html.php
Dag 23f8c81646
refactor/fix: css organization and error rendering (#3117)
* fix: php notice

* refactor/feat: merge HtmlFormat.css into style.css

Also improve ux of error rendering.

* fix: center-align footer text
2022-10-29 10:46:37 +02:00

14 lines
No EOL
364 B
PHP

<?= 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>