mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
person templates responsive breakpoints in content
This commit is contained in:
@@ -38,7 +38,7 @@ This view should receive those arguments:
|
||||
{% block personcontent %}
|
||||
<div class="person-view">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-10">
|
||||
<div class="col-md-10">
|
||||
|
||||
<div class="row">
|
||||
{% if person.memo is not empty and chill_person.fields.memo == 'visible' %}
|
||||
@@ -248,7 +248,7 @@ This view should receive those arguments:
|
||||
</div>
|
||||
|
||||
{% if is_granted('CHILL_PERSON_UPDATE', person) %}
|
||||
<ul class="col-10 sticky-form-buttons record_actions ">
|
||||
<ul class="col-md-10 sticky-form-buttons record_actions ">
|
||||
<li>
|
||||
<a class="btn btn-update" href="{{ path('chill_person_general_edit', { 'person_id': person.id }) }}">
|
||||
{{ 'Edit'|trans }}
|
||||
|
Reference in New Issue
Block a user