Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(534)

Side by Side Diff: templates/all.html

Issue 5373080: Make /all?closed=1 param in URL show only closed issues (Closed)
Patch Set: Also fix pagination header Created 12 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 {%extends "issue_pagination.html"%} 1 {%extends "issue_pagination.html"%}
2 {%block subtitle%}Recent Issues {%if closed%}(including closed){%endif%}{%endblo ck%} 2 {%block subtitle%}Recent Issues
3 {%if closed%}
4 {%if closed == '0' or closed == 'false' %}
Andi Albrecht 2011/11/14 13:37:27 IMO we should unify this in the views.py when vali
techtonik 2011/11/14 17:13:21 Done. I've run into two 'interesting' bugs while
5 (opened only)
6 {%else%}
7 (closed only)
8 {%endif%}
9 {%endif%}
10 {%endblock%}
OLDNEW
« codereview/views.py ('K') | « codereview/views.py ('k') | templates/issue_base.html » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b