~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/browse.kid

  • Committer: Mattias Eriksson
  • Date: 2008-03-06 07:30:37 UTC
  • mto: (149.1.1 socket_host)
  • mto: This revision was merged to the branch mainline in revision 150.
  • Revision ID: snaggen@acc.umu.se-20080306073037-cd3fxfs1t9kkrt1q
Make it possible to override the interface loggerhead listens to. This is done by setting server.socket_host in the configuration file.

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" />