--- a/src/cm/templates/site/text_list.html Wed Jan 13 18:15:21 2010 +0100
+++ b/src/cm/templates/site/text_list.html Thu Jan 14 11:07:21 2010 +0100
@@ -156,8 +156,8 @@
{% if tag_list %}<div class="tag_list>">{% blocktrans %}tags:{% endblocktrans %} {% for tag in tag_list %}<a class="tag" title="{% blocktrans with tag.name as tag_name %}Filter by tag: {{ tag_name }}{% endblocktrans %}" href="?{% newparams 'tag_selected' tag.name %}"">{{ tag.name }}</a> {% endfor %}</div>{% endif %}
<div class="hidden-text-actions text-actions-{{ text.key }}">
- <a href="{% url text-view text.key %}">{% blocktrans %}View{% endblocktrans %}</a> |
- {% if can_edit_text %}<a href="{% url text-edit text.key %}">{% blocktrans %}Edit{% endblocktrans %}</a> | {% endif %}
+ <a href="{% url text-view text.key %}">{% blocktrans %}View{% endblocktrans %}</a>
+ {% if can_edit_text %} | <a href="{% url text-edit text.key %}">{% blocktrans %}Edit{% endblocktrans %}</a> | {% endif %}
{% if can_delete_text %}<a id="text-delete-{{ text.key }}" href="#">{% blocktrans %}Delete{% endblocktrans %}</a> |
<script type="text/javascript">
<!--