manager: include "see online" next to other action lines (#12808)

This commit is contained in:
Frédéric Péters 2016-07-30 17:58:47 +02:00
parent f5c8873a70
commit b99dc589e4
1 changed files with 1 additions and 5 deletions

View File

@ -4,6 +4,7 @@
{% block appbar %}
<h2>{% trans 'Page' %} - {{ object.title }}</h2>
<a href="{{ object.get_online_url }}">{% trans 'see online' %}</a>
<a href="{% url 'combo-manager-page-export' pk=object.id %}">{% trans 'export' %}</a>
<a rel="popup" href="{% url 'combo-manager-page-delete' pk=object.id %}">{% trans 'delete' %}</a>
{% endblock %}
@ -13,11 +14,6 @@
<a href="{% url 'combo-manager-page-view' pk=object.id %}">{% trans 'Page' %} - {{object.title }}</a>
{% endblock %}
{% block more-user-links %}
{{ block.super }}
<a href="{{ object.get_online_url }}" class="view-online icon-eye-open">{% trans 'See online' %}</a>
{% endblock %}
{% block content %}
<div id="sidebar">