Explorar el Código

Correction faute d'orthographe fil d'arianne

refactoring
Guillaume Bourgeois hace 4 años
padre
commit
aeaaadfbd1
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      backend/views/document/update.php

+ 1
- 2
backend/views/document/update.php Ver fichero

@@ -38,9 +38,8 @@ termes.

use yii\helpers\Html;


$this->setTitle($title) ;
$this->addBreadcrumb(['label' => $typeDocument.'s', 'url' => ['index']]) ;
$this->addBreadcrumb(['label' => $typeDocument.($typeDocument == 'Facture' ? 's' : ''), 'url' => ['index']]) ;
$this->addBreadcrumb(['label' => $model->name, 'url' => ['update', 'id' => $model->id]]) ;
$this->addBreadcrumb('Modifier') ;


Cargando…
Cancelar
Guardar