Browse Source

bouton modifier dans fiche film

François 6 years ago
parent
commit
0977b222d6
1 changed files with 2 additions and 0 deletions
  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>