diff --git a/progit/templates/issues.html b/progit/templates/issues.html new file mode 100644 index 0000000..1434a7c --- /dev/null +++ b/progit/templates/issues.html @@ -0,0 +1,36 @@ +{% extends "repo_master.html" %} + +{% block title %}Home{% endblock %} +{%block tag %}home{% endblock %} + + +{% block repo %} + +

Issues

+ +
+ {% if issues %} + + {% else %} +

+ No issues have been opened for this project. +

+ {% endif %} +
+ +{% endblock %}