~mnordhoff/loggerhead/cheezum

« back to all changes in this revision

Viewing changes to loggerhead/templates/revision.pt

make the tab capitalization consistent, see bug #252867

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                               tal:content="string:browse files at revision ${change/revno}"></a></li>
37
37
            <li tal:condition="python:remember != change.revno">
38
38
                <a tal:attributes="href python:url(['/revision', change.revno], remember=change.revno, compare_revid=None); 
39
 
                                   title string:Compare with another revision"
 
39
                                   title string:compare with another revision"
40
40
                   tal:content="string:Compare with another revision"></a></li>       
41
41
            <li tal:condition="python:(remember is not None) and (compare_revid is None) and (change.revno != remember)" >
42
42
                <a tal:attributes="href python:url(['/revision', change.revno], compare_revid=history.get_revno(remember))">
45
45
            </li>
46
46
            <li>
47
47
            <a tal:condition="python:len(change.parents) > 0 and compare_revid is None"
48
 
                   tal:attributes="href python:url(['/diff', change.revno], clear=1)">Download Diff</a>
 
48
                   tal:attributes="href python:url(['/diff', change.revno], clear=1)">download diff</a>
49
49
            <a tal:condition="python:compare_revid is not None"
50
 
                   tal:attributes="href python:url(['/diff', change.revno, history.get_revno(compare_revid)], clear=1)">Download Diff</a>
 
50
                   tal:attributes="href python:url(['/diff', change.revno, history.get_revno(compare_revid)], clear=1)">download diff</a>
51
51
            </li>
52
52
            <li id="last"><a tal:attributes="href python:url(['/changes', change.revno]); 
53
53
                                  title string:view history from revision ${change/revno}"