FEAT: Initial implementation of asset activity stream

This commit is contained in:
2019-12-17 19:30:01 +00:00
parent 206b54dab0
commit d50a2e8423
3 changed files with 12 additions and 1 deletions

View File

@@ -29,6 +29,6 @@
</li>
{% endif %}
{% if perms.assets.view_asset %}
<li><a href="{% url 'activity_table' %}">Recent Changes</a></li>
<li><a href="{% url 'asset_activity_table' %}">Recent Changes</a></li>
{% endif %}
{% endblock %}