~lifeless/ubuntu/lucid/bzr/2.1.2-sru

« back to all changes in this revision

Viewing changes to doc/developers/_templates/layout.html

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-02-17 17:47:40 UTC
  • mfrom: (1.5.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20100217174740-p1x5dd5uwvxtg9y6
Tags: upstream-2.1.0
ImportĀ upstreamĀ versionĀ 2.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "!layout.html" %}
2
2
 
 
3
{% block linktags %}
 
4
{{ super() }}
 
5
<link rel="stylesheet" href="_static/bzr-doc.css" type="text/css" />
 
6
{% endblock %}
 
7
 
3
8
{% block rootrellink %}
4
9
<li><a href="http://bazaar-vcs.org/">
5
10
    <img src="{{ pathto("_static/bzr icon 16.png", 1) }}" /> Home</a>&nbsp;|&nbsp;</li>