~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-19 02:48:38 UTC
  • mfrom: (4806.1.5 5-minute-contribution-doc)
  • Revision ID: pqm@pqm.ubuntu.com-20091119024838-oatmgpzxox7lwx4y
(Andrew Bennetts) Add 'Bazaar Contribution in Five Minutes'
        introduction to developer docs.

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>