activity, content position

This commit is contained in:
2021-07-14 15:51:07 +02:00
parent 4fc3d813c4
commit 030e71d276
9 changed files with 69 additions and 24 deletions

View File

@@ -5,8 +5,16 @@
{% block title 'Activity creation' |trans %}
{% block personcontent %}
<div id="activity"></div> {# <=== vue component #}
{% include 'ChillActivityBundle:Activity:new.html.twig' with {'context': 'person'} %}
<div class="activity-new">
<div class="row justify-content-center">
<div class="col-md-10">
<div id="activity"></div> {# <=== vue component #}
{% include 'ChillActivityBundle:Activity:new.html.twig' with {'context': 'person'} %}
</div>
</div>
</div>
{% endblock %}
{% block js %}