Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osuny
Admin
Commits
9329da6b
Commit
9329da6b
authored
2 years ago
by
Arnaud Levy
Browse files
Options
Downloads
Patches
Plain Diff
api
parent
75b9c57e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/views/api/dashboard/index.html.erb
+14
-7
14 additions, 7 deletions
app/views/api/dashboard/index.html.erb
app/views/api/layouts/application.html.erb
+6
-6
6 additions, 6 deletions
app/views/api/layouts/application.html.erb
with
20 additions
and
13 deletions
app/views/api/dashboard/index.html.erb
+
14
−
7
View file @
9329da6b
<%
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>
This diff is collapsed.
Click to expand it.
app/views/api/layouts/application.html.erb
+
6
−
6
View file @
9329da6b
...
@@ -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'
%>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment