Removed activities table; this will be handled after users are implemented
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine
2024-05-21 09:35:39 -04:00
parent 8119f49b4d
commit 82c2b91090
5 changed files with 0 additions and 89 deletions

View File

@ -44,19 +44,4 @@
</table>
</section>
<hr>
<section id="item-activity" class="row">
<h2>Recorded activity</h2>
{% if item.activities | length > 0 %}
<ul class="twelve columns">
{% for a in item.activities %}
<li><p>{{ a.render() }}</p></li>
{% endfor %}
</ul>
{% else %}
<p>There hasn't been any activity recorded for this item.</p>
{% endif %}
</section>
{% endblock %}