--- 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">« {% blocktrans %}back to workspace{% endblocktrans %}</a>
+</span>
+{% endblock %}
+
{% block content %}
{% include "site/macros/text_actions.html" %}
-<a class="breadcrumbs" href="{% url index %}" title="Home">« {% 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" %}