/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2008-12-11 19:37:06 UTC
  • mto: This revision was merged to the branch mainline in revision 3895.
  • Revision ID: john@arbash-meinel.com-20081211193706-7qz4e5f9a8c5w4b1
Implement osutils.split_lines() in terms of chunks_to_lines if possible.

chunks_to_lines([fulltext]) is about 2x faster than the original split_lines implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "!layout.html" %}
2
 
 
3
 
{% block rootrellink %}
4
 
<li><a href="http://bazaar.canonical.com/">
5
 
    <img src="{{ pathto("_static/bzr icon 16.png", 1) }}" /> Inicio</a>&nbsp;|&nbsp;</li>
6
 
<a href="http://doc.bazaar.canonical.com/">Documentación</a>&nbsp;|&nbsp;</li>
7
 
{{ super() }}
8
 
{% endblock %}