Browse Source

indentation pourrie

François 6 years ago
parent
commit
bb96ff9981
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/AppBundle/Resources/views/videotheque/voirfilm.html.twig

+ 3 - 1
src/AppBundle/Resources/views/videotheque/voirfilm.html.twig

@@ -44,7 +44,9 @@
                                 </p>
                             </div>
                         </div>
-                        <div class="text-right"><a class="btn btn-link btn-sm" href="{{ path('videotheque_modifier', {'id': film.id}) }}">Modifier fiche du film</a></div>
+                        <div class="text-right">
+                            <a class="btn btn-link btn-sm" href="{{ path('videotheque_modifier', {'id': film.id}) }}">Modifier fiche du film</a>
+                        </div>
 
                     </div>
                 </div>