diff --git a/templates/partials/packages/actions.html b/templates/partials/packages/actions.html index 016177c7..467d3578 100644 --- a/templates/partials/packages/actions.html +++ b/templates/partials/packages/actions.html @@ -91,6 +91,44 @@ {% endif %} {% endif %} + {% if request.user.is_authenticated() %} +
  • + {% if not voted %} +
    + +
    + {% else %} +
    + +
    + {% endif %} +
  • +
  • + {% if notified %} +
    + +
    + {% else %} +
    + +
    + {% endif %} +
  • + {% endif %} {% if request.user.has_credential(creds.PKGBASE_EDIT_COMAINTAINERS, approved=[pkgbase.Maintainer]) %}