Add link to recently updated PR and issues on core dash

This commit is contained in:
Alexandre Aubin 2023-01-10 17:22:29 +01:00
parent e1fca29669
commit 5862784ed2

View file

@ -2,7 +2,16 @@
{% block content %} {% block content %}
<h3 class="text-center font-weight-bold my-5">What should you review today ?</h3> <h3 class="text-center font-weight-bold mt-5 mb-2">What should you review today ?</h3>
<div class="row">
<div class="mx-auto mb-2" />
<a class="btn btn-primary mx-1" href="https://github.com/pulls?q=is%3Aopen+is%3Apr+org%3AYunoHost+archived%3Afalse+sort%3Aupdated-desc">Recently updated core PRs</a>
<a class="btn btn-primary mx-1" href="https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3AYunoHost+archived%3Afalse+sort%3Aupdated-desc">Recently updated core issues</a>
</div>
</div>
<div class="row"> <div class="row">