{% extends "repo_master.html" %} {% block title %}Roadmap - {{ repo.namespace + '/' if repo.namespace }}{{ repo.name }}{% endblock %} {% set tag = "home"%} {% block repo %}
#{{ issue.id }} {% if status and status != 'Open' %} {{issue.status}} {% endif %} {% if issue.private %} {% endif %} {{ issue.title | noJS("img") | safe }} {% if issue.comments|count > 0 %} {{issue.comments|count}} {% endif %} {% for tag in issue.tags%} {{tag.tag}} {% endfor%} | {{ issue.date_created | humanize}} | {% if issue.priority %} {{repo.priorities[issue.priority | string] }} {% endif %} | {% if issue.status != 'Open' %} {{ issue.status }} {% else %} {% if issue.assignee %} {{ issue.assignee.default_email | avatar(16) | safe }} {{ issue.assignee.user }} {% else %} unassigned {% endif %} {% endif %} | |
No issues found |