#1740 Extended the user issue page to include issues that are assigned (not just opened by)
Merged by pingou. Opened by mreynolds.
mreynolds/pagure issue1739  into  master

Download 1740.patch

Since this is a cross project report. I'm going to update the table to also list the project each issue belongs to.

                  Since this is a cross project report.  I'm going to update the table to also list the project each issue belongs to.

Ugh, this already exists, but I think we should have a modified time column though. So adding that.

1 new commit added

  • Add modified time to table

I don't think we can do break-row outside of a paragraph

Maybe we could rely on index instead of using this local variable.

And yet it works :)

What index? BTW there does not appear to be a built in "index" in jinja. You recommended it before for a different issue, but it did nothing and I had to go in a different direction.

Sorry my bad, the variable is loop.index, cf http://jinja.pocoo.org/docs/2.9/templates/#tests

But it's not valid html

rebased

rebased

I think I would have approach this using a macro but this works as well and worst case I'll refactor and submit a PR :)

Pull-Request has been merged by pingou

Metadata