~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/browse.kid

  • Committer: Robey Pointer
  • Date: 2007-01-02 04:35:59 UTC
  • Revision ID: robey@lag.net-20070102043559-e8knder8lwv46wbz
make the cache folder and branch url (prefix) be optional settings on the
project, so they can be omitted from specific branches under a project and
be assumed.  this is to make it easier to publish many branches under one
project and have them share caches and public urls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
            <td class="description"> ${view.description} </td>
36
36
            <td class="last-update"> <!--${view.last_updated().strftime('%d %b %Y')} &nbsp;--> ${util.ago(view.last_updated())} </td>
37
37
            </tr>
38
 
            <tr py:if="view.url">
 
38
            <tr py:if="view.branch_url is not None">
39
39
                <td class="name"> </td>
40
40
                <td class="description url" colspan="2"> <a href="${view.branch_url}">${view.branch_url}</a> </td>
41
41
            </tr>