From d0c9d07545a8503a62969be0ae28ef0ac245a83d Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Sun, 20 Mar 2022 12:22:35 +0100
Subject: [PATCH] wip

---
 app/assets/stylesheets/application/layout.sass | 2 +-
 app/views/api/lheo/index.xml.erb               | 2 ++
 app/views/application/_footer.html.erb         | 5 +----
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/app/assets/stylesheets/application/layout.sass b/app/assets/stylesheets/application/layout.sass
index 6616513cd..a76eb635e 100644
--- a/app/assets/stylesheets/application/layout.sass
+++ b/app/assets/stylesheets/application/layout.sass
@@ -1,6 +1,6 @@
 .navbar-brand
     img
-        max-height: 40px
+        max-width: 100px
 
 footer
     margin-top: 100px
diff --git a/app/views/api/lheo/index.xml.erb b/app/views/api/lheo/index.xml.erb
index 6c55118a0..7afb6d587 100644
--- a/app/views/api/lheo/index.xml.erb
+++ b/app/views/api/lheo/index.xml.erb
@@ -15,6 +15,8 @@
         <% end %>
         <objectif-formation><![CDATA[<%= program.best_objectives %>]]></objectif-formation>
         <resultats-attendus><![CDATA[<%= program.best_results %>]]></resultats-attendus>
+        <contenu-formation><![CDATA[<%= program.best_content %>]]></contenu-formation>
+        <certifiante>1</certifiante>
       </formation>
     <% end %>
   </offres>
diff --git a/app/views/application/_footer.html.erb b/app/views/application/_footer.html.erb
index 94ee82f38..c1311b737 100644
--- a/app/views/application/_footer.html.erb
+++ b/app/views/application/_footer.html.erb
@@ -6,10 +6,7 @@
           <%= image_tag 'osuny-black.svg', width: 80 %>
         </div>
         <p>
-          <%= current_context %><br>
-          <%= current_context.address %><br>
-          <%= current_context.zipcode %>
-          <%= current_context.city %>
+          <%= current_context %>
         </p>
       </div>
       <div class="col-md-6">
-- 
GitLab