src/cm/templates/site/layout/base_text.html
changeset 61 84837aa8d2ca
parent 0 40c8f766c9b8
child 541 4fd07dd80b25
--- a/src/cm/templates/site/layout/base_text.html	Fri Dec 11 12:04:40 2009 +0100
+++ b/src/cm/templates/site/layout/base_text.html	Fri Dec 11 13:42:16 2009 +0100
@@ -11,10 +11,15 @@
 <link href="{% url text-feed text.key %}" title="{{ text.get_title }}" type="application/rss+xml" rel="alternate" />
 {% endblock %}
 
+{% block breadcrumbs %}
+<span id="header_left">
+<a class="breadcrumbs" href="{% url index %}" title="Home">&laquo; {% blocktrans %}back to workspace{% endblocktrans %}</a>
+</span>
+{% endblock %}
+
 {% block content %}
 
 {%  include "site/macros/text_actions.html" %}
-<a class="breadcrumbs" href="{% url index %}" title="Home">&laquo; {% blocktrans %}back to workspace{% endblocktrans %}</a>
 <h1 class="main_title_text"><a class="title" href="{% url text-view text.key %}">{{ text.get_title }}</a></h1>
 
 {% include "site/macros/text_meta.html" %}