Merge pull request #1211 from normanjaeckel/PreviewAgenda

Reinserted icon and link for preview of agenda slide. Fixed #1199.
This commit is contained in:
Oskar Hahn 2014-03-11 07:42:24 +01:00
commit 57ea4af4e2
1 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,9 @@
rel="tooltip" data-original-title="{% trans 'Show' %}">
<i class="icon-facetime-video {% if agenda_is_active %}icon-white{% endif %}"></i>
</a>&nbsp;
<a href="{% url 'projector_preview' 'agenda' %}" title="{% trans 'Preview' %}" class="icon preview right">
<span></span>
<a href="{% url 'projector_preview' 'agenda' %}"
rel="tooltip" data-original-title="{% trans 'Preview' %}" class="btn btn-mini right">
<i class="icon-search"></i>
</a>
{% trans "Agenda" %}
</li>