소스 검색

Make compare links use oldids.

pull/24/head
Ben Kurtovic 9 년 전
부모
커밋
5896730ef0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      templates/index.mako

+ 1
- 1
templates/index.mako 파일 보기

@@ -219,7 +219,7 @@
% if i == 0: % if i == 0:
<a href="#cv-chain-table">Compare</a> <a href="#cv-chain-table">Compare</a>
% else: % else:
<a href="${request.url | httpsfix, h}&amp;action=compare&amp;url=${source.url | u}">Compare</a>
<a href="${request.script_root | h}?lang=${query.lang | h}&amp;project=${query.project | h}&amp;oldid=${query.oldid or query.page.lastrevid | h}&amp;action=compare&amp;url=${source.url | u}">Compare</a>
% endif % endif
</td> </td>
</tr> </tr>


불러오는 중...
취소
저장