Browse Source

Correctifs

tags/0.1
Guillaume 3 years ago
parent
commit
ea26fc7f04
2 changed files with 2 additions and 2 deletions
  1. +1
    -0
      Controller/Admin/AbstractCrudController.php
  2. +1
    -2
      Resources/views/adminlte/dashboard.html.twig

+ 1
- 0
Controller/Admin/AbstractCrudController.php View File

use Lc\SovBundle\Field\CollectionField; use Lc\SovBundle\Field\CollectionField;
use Lc\SovBundle\Field\GalleryManagerField; use Lc\SovBundle\Field\GalleryManagerField;
use Lc\SovBundle\Form\Type\Crud\PositionType; use Lc\SovBundle\Form\Type\Crud\PositionType;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\Form\Extension\Core\Type\CollectionType; use Symfony\Component\Form\Extension\Core\Type\CollectionType;
use Symfony\Component\Form\Extension\Core\Type\TextType; use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\HttpFoundation\RequestStack;

+ 1
- 2
Resources/views/adminlte/dashboard.html.twig View File

{% block content_title 'SovBundle' %} {% block content_title 'SovBundle' %}


{% block main %} {% block main %}
Bien sur votre tableau de bord
Salut !!!
Tableau de bord par défaut.
{% endblock %} {% endblock %}



Loading…
Cancel
Save