~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/svnlog/template.html

  • Committer: William Grant
  • Date: 2009-05-19 05:59:35 UTC
  • Revision ID: grantw@unimelb.edu.au-20090519055935-mzyz7b2cryebamr4
Pretty dates in SubversionLogView.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
          <h2>
14
14
            Revision <a href="/svnlog/${path}?r=${log['revno']}"
15
15
                        style="font-weight: bold">${log['revno']}</a>
16
 
            by <strong>${log['author']}</strong>
17
 
            on <strong>${log['date']}</strong> 
 
16
            by <strong>${log['author']}</strong>,
 
17
            <span title="${format_datetime(log['date'])}">${format_datetime_short(log['date'])}</span>
18
18
            <py:choose test="revno">
19
19
              <span py:when="log['revno']">[selected]</span>
20
20
              <a py:otherwise="" href="${url}?r=${log['revno']}">[select]</a>