Mercurial > p > roundup > code
diff website/issues/html/issue.index.html @ 5279:17c2ed599d03
Alow the user to dynamically change the sort option for the issue
index. Not sure why it was commented out originally.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 24 Sep 2017 18:51:41 -0400 |
| parents | c2d0d3e9099d |
| children | 510a94a2e6e7 |
line wrap: on
line diff
--- a/website/issues/html/issue.index.html Sun Sep 24 18:47:14 2017 -0400 +++ b/website/issues/html/issue.index.html Sun Sep 24 18:51:41 2017 -0400 @@ -122,7 +122,6 @@ tal:attributes="action request/classname"> <table class="form" tal:define="n_sort python:2"> -<!-- <tal:block tal:repeat="n python:range(n_sort)" tal:condition="batch"> <tr tal:define="key python:len(request.sort)>n and request.sort[n]"> <th> @@ -144,7 +143,6 @@ </td> </tr> </tal:block> - --> <tal:block tal:repeat="n python:range(n_sort)" tal:condition="batch"> <tr tal:define="key python:len(request.group)>n and request.group[n]"> <th> @@ -177,3 +175,4 @@ </tal:block> </tal:block> </tal:block> +<!-- SHA: a73dac34f6c0037aba140557d5001932b4847623 -->
