From 71995439f40855afb72573291146aa22be2837b8 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Dec 24 2015 09:22:01 +0000 Subject: more changes to issues,and started on the requests page --- diff --git a/pagure/static/koji.css b/pagure/static/koji.css index eb48831..ba48a90 100644 --- a/pagure/static/koji.css +++ b/pagure/static/koji.css @@ -79,7 +79,7 @@ background:#ededed; padding: 0.3rem; } -#issue-title +#issue-title, .stretch-table-column { min-width:99%; } @@ -91,7 +91,7 @@ padding: 0.3rem; line-height: 1.2; } -#pagure-issues-list .td-open_date +#pagure-issues-list .td-open_date, .nowrap { white-space: nowrap; } @@ -111,6 +111,11 @@ white-space: nowrap; display:none; } +.bodycontent +{ +min-height:800px; +} + .oi-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html index e91e5a5..c8e3270 100644 --- a/pagure/templates/_formhelper.html +++ b/pagure/templates/_formhelper.html @@ -142,7 +142,7 @@ {% endmacro %} -{% macro show_initial_comment(comment, id, repo, username, issueid, form, repo_admin) %} +{% macro show_initial_comment(comment, id, repo, username, issueid, form, repo_admin, issue) %}
@@ -156,18 +156,14 @@
{% endmacro %} diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index f4a4b4b..f4cc812 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -14,21 +14,17 @@ {% endblock %} {% block repo %} +
+
-

- #{{ issueid }} {{ - issue.title | noJS("img") | safe }} - {% if authenticated and (repo_admin or g.fas_user.username == issue.user.username) %} - - Edit - {% endif %} -

+

+ #{{ issueid }} {{ + issue.title | noJS("img") | safe }} +

Created {{ issue.date_created | humanize}} by {{ issue.user.user }}
-
-
- {{ show_initial_comment(issue, 0, repo, username, issueid, form) }} + + {{ show_initial_comment(issue, 0, repo, username, issueid, form, issue) }}
{% if issue.comments %} diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index cb33284..6c00f9e 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -6,8 +6,8 @@ {% block repo %} -
-

+ +

{% if status and status != 'Open' %} {{ issues|count }} Closed Issues {% else %} @@ -15,10 +15,10 @@ {% endif %} - + -

-
+ +
@@ -60,9 +60,9 @@ {% endfor %}
- - - +
+
+ @@ -126,5 +126,5 @@ {% endfor %}
# Title
- +
{% endblock %} diff --git a/pagure/templates/requests.html b/pagure/templates/requests.html index 987882d..4162be3 100644 --- a/pagure/templates/requests.html +++ b/pagure/templates/requests.html @@ -30,19 +30,19 @@
- - +
+
- + - + @@ -93,5 +93,6 @@ {% endfor %}
#TitleTitle - Opened by (reset) Opened onOpened date - Assigned to (reset)
+
{% endblock %}