~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/browse.kid

  • Committer: Michael Hudson
  • Date: 2008-02-27 03:36:09 UTC
  • mto: This revision was merged to the branch mainline in revision 146.
  • Revision ID: michael.hudson@canonical.com-20080227033609-6xz80buvasyekl6a
run reindent.py over the loggerhead package

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
            <tr>
35
35
            <td class="name"> <a href="${tg.url([ '/' + project.name, view.name ])}">${view.friendly_name}</a> </td>
36
36
            <td class="description"> ${view.description} </td>
37
 
            <td class="last-update"> ${util.ago(view.last_updated())} </td>
 
37
            <td class="last-update"> ${view.get_history().has_revisions and util.ago(view.last_updated()) or "(no revisions)"} </td>
38
38
            <td class="feed">
39
39
                <a href="${tg.url([ '/' + project.name, view.name, 'atom' ])}" title="atom feed">
40
40
                    <img src="${tg.url('/static/images/feed-icon-16x16.gif')}" alt="atom feed" />