mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix homepage content cols
This commit is contained in:
parent
2916babe1c
commit
b327a3fbfa
@ -138,22 +138,18 @@
|
||||
{% endfor %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-8 mt-5 flash_message">
|
||||
<h2>{{ 'Search'|trans }}</h2>
|
||||
<div class="col-8 mt-5 flash_message">
|
||||
<h2>{{ 'Search'|trans }}</h2>
|
||||
|
||||
<form action="{{ path('chill_main_search') }}" method="get">
|
||||
<input class="form-control form-control-lg" name="q" type="search" placeholder="{{ 'Search persons, ...'|trans }}" />
|
||||
<center>
|
||||
<button type="submit" class="btn btn-lg btn-warning mt-2"><i class="fa fa-fw fa-search"></i> {{ 'Search'|trans }}</button>
|
||||
</center>
|
||||
</form>
|
||||
</div>
|
||||
<form action="{{ path('chill_main_search') }}" method="get">
|
||||
<input class="form-control form-control-lg" name="q" type="search" placeholder="{{ 'Search persons, ...'|trans }}" />
|
||||
<center>
|
||||
<button type="submit" class="btn btn-lg btn-warning mt-2"><i class="fa fa-fw fa-search"></i> {{ 'Search'|trans }}</button>
|
||||
</center>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="homepage_widget">
|
||||
{{ chill_widget('homepage', {} ) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{% if is_granted('CHILL_PERSON_CREATE') %}
|
||||
<div class="grid-8 mb-5 text-center">
|
||||
<div class="col-8 mb-5 text-center homepage_widget">
|
||||
<a href="{{ path('chill_person_new') }}">
|
||||
<div class="btn btn-lg btn-primary mt-4" style="float: inherit;">
|
||||
{{ 'Add a person'|trans }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user