##// END OF EJS Templates
age: use local flag to fix the problem of wrongly reported last update times on repository groups....
marcink -
r2490:bde6e89d default
parent child Browse files
Show More
@@ -125,7 +125,7 b''
125 </%def>
125 </%def>
126
126
127 <%def name="last_change(last_change)">
127 <%def name="last_change(last_change)">
128 ${h.age_component(last_change)}
128 ${h.age_component(last_change, time_is_local=True)}
129 </%def>
129 </%def>
130
130
131 <%def name="revision(name,rev,tip,author,last_msg, commit_date)">
131 <%def name="revision(name,rev,tip,author,last_msg, commit_date)">
General Comments 0
You need to be logged in to leave comments. Login now