forked from GNUsocial/gnu-social
Eliseu Amaro
0c245fcb6e
[TWIG] AddProfileAction event added [CARDS][Profile] Refactor and restyling to accomodate Actor actions
9 lines
227 B
Twig
9 lines
227 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block body %}
|
|
{% block profile_view %}
|
|
{% include 'cards/profile/view.html.twig' with { actor: object } %}
|
|
{% endblock profile_view %}
|
|
{{ form(form) }}
|
|
{% endblock body %}
|