diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 29cbecf..bf2ff1f 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -123,18 +123,6 @@ padding: 0.3rem; min-width:99%; } -.btn-group-sm.issues-tagbar > .btn-sm { - padding: 0.2rem 0.55rem; - font-size: 0.75rem; - border-radius: 0.2rem; - line-height: 1.2; -} - -#pagure-issues-list .td-open_date, .nowrap -{ -white-space: nowrap; -} - #preview { min-height: 12rem; @@ -157,13 +145,6 @@ white-space: nowrap; display:none; } -.milestone-table { - width: 100%; -} - -.milestone-table tr td:first-child { - width: 100%; -} .bodycontent { diff --git a/pagure/templates/roadmap.html b/pagure/templates/roadmap.html deleted file mode 100644 index 6f3c6f9..0000000 --- a/pagure/templates/roadmap.html +++ /dev/null @@ -1,289 +0,0 @@ -{% extends "repo_master.html" %} - -{% block title %}Roadmap - {{ - repo.namespace + '/' if repo.namespace }}{{ repo.name }}{% endblock %} -{% set tag = "home"%} - -{% block repo %} - -{% macro render_issue_list(issues, title, id, milestone, total) %} -
| - | -Opened | - {% if status and status|lower == 'closed' %} -Closed | - {% else %} -Modified | - {% endif %} -- Priority - | -- Assignee - | -Status | -
|---|---|---|---|---|---|---|
| - #{{ issue.id }} - {% if issue.private %} - - {% endif %} - - {{ issue.title | noJS("img") | safe }} - - - {% if issue.comments | count > 0 %} - - - {{ issue.comments | count }} - - {% endif %} - {% if issue.parents %} - - {% endif %} - {% if issue.children %} - - {% endif %} - {% for tag in issue.tags %} - {{ tag.tag }} - {% endfor %} - | -- {{ - issue.date_created | humanize }} - | -- {% if status and status|lower == 'closed' %} - {{ - issue.closed_at | humanize }} - {% else %} - {{ - issue.last_updated | humanize }} - {% endif %} - | -- {% if issue.priority %} - {{ repo.priorities[issue.priority | string] }} - {% endif %} - | -- {% if issue.assignee %} - {{ issue.assignee.default_email | avatar(16) | safe }} - {{ issue.assignee.user }} - {% else %} - unassigned - {% endif %} - | -- {{ issue.status }} - | -|
| No issues found | -||||||