Parcourir la source

#3 Now the link on the top menu point to the list view

Jérémie Libeau il y a 7 ans
Parent
commit
074ae5b37b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Resources/views/base.html.twig

+ 1 - 1
app/Resources/views/base.html.twig

@@ -22,7 +22,7 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </button>
-                <a class="navbar-brand" href="#">Exégètes doc web</a>
+                <a class="navbar-brand" href="{{ path('list') }}">Exégètes doc web</a>
             </div>
         </div><!-- /.container-fluid -->
     </nav>