diff options
Diffstat (limited to 'python/templates/pages/packages/ebuilds/index.html')
-rw-r--r-- | python/templates/pages/packages/ebuilds/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/templates/pages/packages/ebuilds/index.html b/python/templates/pages/packages/ebuilds/index.html index f8e1b4e..10cca76 100644 --- a/python/templates/pages/packages/ebuilds/index.html +++ b/python/templates/pages/packages/ebuilds/index.html @@ -23,5 +23,8 @@ {% endfor %} </table> </div> + {% if PR %} + <a class="btn btn-warning btn-xs" href="/repoman/{{P.PackageId.PackageId }}/">Repoman</a> + {% endif %} </div> {% endblock %}
\ No newline at end of file |