Parcourir la source

bouton modifier dans fiche film

François il y a 6 ans
Parent
commit
0977b222d6
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/AppBundle/Resources/views/videotheque/voirfilm.html.twig

+ 2 - 0
src/AppBundle/Resources/views/videotheque/voirfilm.html.twig

@@ -36,6 +36,8 @@
                                 <p><strong>Année</strong> : {{ film.annee | date('Y') }}</p>
                             </div>
                         </div>
+                        <div><a class="btn btn-primary btn-sm" href="{{ path('videotheque_modifier', {'id': film.id}) }}">Modifier fiche du film</a></div>
+
                     </div>
                 </div>
             </div>