Skip to content
Snippets Groups Projects
Commit 225ef429 authored by Todd Dembrey's avatar Todd Dembrey Committed by Fredrik Jonsson
Browse files

Dont show the related objects in the main listing for performance reasons

parent 0ed604fc
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
- {{ activity.message }} - {{ activity.message }}
{% if activity.related_object %} {% if not submission_title and activity.related_object %}
<a href="{{ activity.related_object.get_absolute_url }}" class="feed__related-item"> <a href="{{ activity.related_object.get_absolute_url }}" class="feed__related-item">
<svg><use xlink:href="#arrow-head-pixels--solid"></use></svg> <svg><use xlink:href="#arrow-head-pixels--solid"></use></svg>
</a> </a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment