Skip to content
Snippets Groups Projects
Commit 9329da6b authored by Arnaud Levy's avatar Arnaud Levy
Browse files

api

parent 75b9c57e
No related branches found
No related tags found
No related merge requests found
<% content_for :title, 'API' %> <% content_for :title, 'API' %>
<h2>Lhéo</h2> <h2>Lhéo</h2>
<p>
Lhéo est un <a href="http://lheo.gouv.fr/" target="_blank" rel=" <div class="row">
"> <div class="col-lg-6">
Langage Harmonisé d'Échange d'informations sur l'Offre de formation. <p>
</a>. L'API Osuny Lhéo met à disposition toute l'offre de formation à ce format. Lhéo est un <a href="http://lheo.gouv.fr/" target="_blank" rel="
</p> ">
<%= link_to 'Accéder à l\'API Lhéo', api_lheo_path, class: 'btn btn-primary' %> Langage Harmonisé d'Échange d'informations sur l'Offre de formation.
</a>. L'API Osuny Lhéo met à disposition toute l'offre de formation à ce format.
</p>
</div>
<div class="col-lg-6">
<%= link_to 'Accéder à l\'API Lhéo', api_lheo_path, class: 'btn btn-primary' %>
</div>
</div>
...@@ -6,20 +6,20 @@ ...@@ -6,20 +6,20 @@
<title><%= yield :title %></title> <title><%= yield :title %></title>
<%= csrf_meta_tags %> <%= csrf_meta_tags %>
<%= csp_meta_tag %> <%= csp_meta_tag %>
<%= stylesheet_link_tag 'admin', media: 'all' %> <%= stylesheet_link_tag 'admin/pure', media: 'all' %>
<%= javascript_include_tag 'admin' %> <%= javascript_include_tag 'admin/pure' %>
<%= favicon_link_tag 'favicon.png' %> <%= favicon_link_tag 'favicon.png' %>
</head> </head>
<body class="<%= body_classes %>"> <body>
<nav class="navbar navbar-light"> <nav class="navbar navbar-expand position-relative">
<div class="container"> <div class="container">
<a class="navbar-brand" href="<%= api_root_path %>"> <a class="navbar-brand mx-auto" href="<%= api_root_path %>">
<%= render 'logo' %> <%= render 'logo' %>
</a> </a>
</div> </div>
</nav> </nav>
<main class="container mt-5"> <main class="container mt-5">
<h1><%= yield :title %></h1> <h1 class="my-5"><%= yield :title %></h1>
<%= yield %> <%= yield %>
</main> </main>
<%= render 'footer' %> <%= render 'footer' %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment