Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-bundle-testsuite
Commits
0ea47af9
Unverified
Commit
0ea47af9
authored
Sep 01, 2014
by
boklm
Browse files
reports_index.html: reverse months order
parent
3c5cd9e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmpl/reports_index.html
View file @
0ea47af9
...
...
@@ -33,7 +33,7 @@
<li>
Months:
<ul>
[% FOREACH month IN reports_by_month.$type.keys.sort %]
[% FOREACH month IN reports_by_month.$type.keys.sort
.reverse
%]
<li><a
href=
"index-[% type %]-[% month %].html"
>
[% month %]
</a></li>
[% END %]
</ul>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment