mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-09-13 23:02:35 +00:00
move containers inside the main_content block
This commit is contained in:
parent
36329b0b81
commit
fbeb793f6d
@ -1,6 +1,7 @@
|
||||
{% extends 'default/layout.html.twig' %}
|
||||
{% block title %}{{ 'User'|trans }} #{{ user.id }} - {{ name }}{% endblock %}
|
||||
{% block main_content %}
|
||||
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
||||
<div class="text-center">
|
||||
<img class="border-radius-50 border-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
||||
</div>
|
||||
@ -85,4 +86,5 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% endblock %}
|
@ -1,6 +1,7 @@
|
||||
{% extends 'default/layout.html.twig' %}
|
||||
{% block title %}{{ 'Profile'|trans }} - {{ name }}{% endblock %}
|
||||
{% block main_content %}
|
||||
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
||||
<form name="profile" action="{{ path('user_profile') }}" method="post">
|
||||
<div class="text-center">
|
||||
<img class="border-radius-50 border-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
||||
@ -106,4 +107,5 @@
|
||||
<input class="button-green" type="submit" value="{{'Save'|trans }}" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user