diff --git a/progit/static/progit.css b/progit/static/progit.css index cc4c8f0..70004b1 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -51,6 +51,7 @@ td, th { } table.list thead th, +table.list thead th a, .user_list a:hover, .project_list > header, [id=fork_button]:hover, @@ -418,7 +419,8 @@ table.list td:first-child { } table.list .open_date, -table.list .open_by { +table.list .open_by, +table.list .assigned { width: 9em; } diff --git a/progit/templates/issues.html b/progit/templates/issues.html index fcfd245..4aff21e 100644 --- a/progit/templates/issues.html +++ b/progit/templates/issues.html @@ -49,6 +49,10 @@ Title Opened by Opened on + + Assigned to (reset) + @@ -72,7 +76,14 @@ {{ issue[0].date_created.strftime('%Y-%m-%d %H:%M') }} - + + {% if issue[0].assignee %} + + {{ issue[0].user.user | avatar(16) | safe }} + {{ issue[0].assignee.user }} + + {% endif %} {% else %}