diff --git a/app/views/public/circuits/index.html.haml b/app/views/public/circuits/index.html.haml index b38faea..6e2b2ee 100644 --- a/app/views/public/circuits/index.html.haml +++ b/app/views/public/circuits/index.html.haml @@ -1,3 +1,6 @@ +-@title = "Ma Moto sur Circuit - Circuits et pistes moto" +-@description = "Découvrez les circuits moto en France et en Europe. Près de 100 pistes référencées !" + .recherche_filtre -params[:search] = params[:search] || [] -params[:search][:m_event_type_title] = params[:search][:m_event_type_title] || [] diff --git a/app/views/public/organisateurs/index.html.haml b/app/views/public/organisateurs/index.html.haml index 09df3af..956b1db 100644 --- a/app/views/public/organisateurs/index.html.haml +++ b/app/views/public/organisateurs/index.html.haml @@ -1,3 +1,6 @@ +-@title = "Ma Moto sur Circuit - Organisateurs de journées de roulage" +-@description = "Trouvez l’organisateur de votre roulage moto sur circuit" + .recherche_filtre -params[:search] = params[:search] || [] -params[:search][:m_event_type_title] = params[:search][:m_event_type_title] || []