~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/changelog.kid

  • Committer: Robey Pointer
  • Date: 2006-12-20 09:29:42 UTC
  • Revision ID: robey@lag.net-20061220092942-4jte8hob9sq1h93y
the big migration of branch-specific data to a BranchView object: actually
not so bad.  now all branch config is in a sub-object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    py:extends="'master.kid'">
4
4
<head>
5
5
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
6
 
    <title> ${branch_name} : changes </title>
7
 
    <link rel="alternate" type="application/atom+xml" href="${tg.url('/atom')}" title="RSS feed for ${branch_name}" />
 
6
    <title> ${branch.friendly_name} : changes </title>
 
7
    <link rel="alternate" type="application/atom+xml" href="${branch.url('/atom')}" title="RSS feed for ${branch.friendly_name}" />
8
8
    
9
9
    <span py:def="loglink(revid, text)">
10
10
        <a title="Show history" href="${tg.url('/changes', start_revid=revid)}" class="revlink"> ${text} </a>
49
49
 
50
50
${navbar()}
51
51
 
52
 
<h1> <span class="branch-name">${branch_name}</span> : changes
 
52
<h1> <span class="branch-name">${branch.friendly_name}</span> : changes
53
53
<span py:if="file_id"> to <span class="filename">${history.get_path(revid, file_id)}</span></span>
54
54
<span py:if="viewing_from"> from ${history.get_revno(start_revid)} </span>
55
55
<span py:if="query"> matching "${query}"</span>