diff --git a/components/Search/templates/search/show.html.twig b/components/Search/templates/search/show.html.twig index ad55af1667..5d17f72f9f 100644 --- a/components/Search/templates/search/show.html.twig +++ b/components/Search/templates/search/show.html.twig @@ -25,12 +25,12 @@
{% if notes is defined and notes is not empty %} {% for note in notes %} - {% block current_note %} + {% block current_note %}
{{ noteView.macro_note(note) }}
- {% endblock current_note %} + {% endblock current_note %} {% endfor %} {% else %}

{% trans %}No notes here.{% endtrans %}

@@ -39,7 +39,7 @@ {% for actor in actors %} - {% include 'actor/view.html.twig' with {'actor': actor} %} + {% include 'cards/profile/view.html.twig' with {'actor': actor} %} {% endfor %} {{ "Page: " ~ page }}