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

api

parent 22d758c5
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,12 @@
</div>
<% end %>
<% content_for :action_bar_right do %>
<%= create_link Communication::Website::Post %>
<% content_for :action_bar_left do %>
<%= link_to t('communication.website.posts.new_curation'),
new_admin_communication_website_post_curation_path(website_id: @website.id),
class: button_classes if can?(:create, Communication::Website::Post) %>
<% end %>
<% content_for :action_bar_right do %>
<%= create_link Communication::Website::Post %>
<% end %>
<% content_for :title, 'API' %>
<h2>Lhéo</h2>
<p>Langage Harmonisé d'Échange d'informations sur l'Offre de formation</p>
<%= link_to 'API Lhéo', api_lheo_path %>
<p>
Lhéo est un <a href="http://lheo.gouv.fr/" target="_blank" rel="
">
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>
<%= link_to 'Accéder à l\'API Lhéo', api_lheo_path, class: 'btn btn-primary' %>
......@@ -6,8 +6,8 @@
<title><%= yield :title %></title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag 'application', media: 'all' %>
<%= javascript_include_tag 'application' %>
<%= stylesheet_link_tag 'admin', media: 'all' %>
<%= javascript_include_tag 'admin' %>
<%= favicon_link_tag 'favicon.png' %>
</head>
<body class="<%= body_classes %>">
......
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