~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/browse.pt

browse.kid

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                  ${view.description}
59
59
                </td>
60
60
                <td class="last-update"
61
 
                    tal:content="python:view.get_history().last_revid and util.ago(view.last_updated()) or '(no revisions)'">
62
 
                  ${view.get_history().last_revid and util.ago(view.last_updated()) or "(no revisions)"}
 
61
                    tal:content="python:view.get_history().has_revisions and util.approximatedate(view.last_updated()) or '(no revisions)'">
 
62
                  ${view.get_history().has_revisions and util.ago(view.last_updated()) or "(no revisions)"}
63
63
                </td>
64
64
                <td class="feed">
65
65
                  <a tal:attributes="href python:tg.url(['/' + project.name, view.name, 'atom'])"