Revision history link on non-rigs - closes #186

This commit is contained in:
David Taylor
2016-02-29 19:55:04 +00:00
parent f59e11ecc4
commit 73517ed443

View File

@@ -233,13 +233,17 @@
{% endif %}
{% endif %}
</div>
</div>
{% endif %}
{% endif %}
{% if not request.is_ajax %}
<div class="col-sm-12 text-right">
<div>
<a href="{% url 'event_history' object.pk %}" title="View Revision History">
Last edited at {{ object.last_edited_at }} by {{ object.last_edited_by.name }}
</a>
</div>
</div>
{% endif %}
{% endif %}
</div>
{% endblock %}