Skip to content
Snippets Groups Projects
Unverified Commit a9ee97e9 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Merge pull request #728 from noesya/719-organisations

Formations : En bref + richtext with links
parents 7ee4c1f4 dd5aba6d
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,11 @@ ...@@ -36,7 +36,11 @@
<%= render 'admin/education/programs/forms/part', part: :presentation do %> <%= render 'admin/education/programs/forms/part', part: :presentation do %>
<div class="row"> <div class="row">
<div class="col-xxl-6"> <div class="col-xxl-6">
<%= f.input :presentation %> <%= f.input :presentation,
as: :summernote,
input_html: {
data: { 'summernote-config' => 'link' }
} %>
</div> </div>
<div class="col-xxl-6"> <div class="col-xxl-6">
<%= render 'admin/education/programs/forms/input_with_inheritance', f: f, property: :objectives %> <%= render 'admin/education/programs/forms/input_with_inheritance', f: f, property: :objectives %>
......
...@@ -55,7 +55,7 @@ en: ...@@ -55,7 +55,7 @@ en:
other: Other other: Other
pedagogy: Méthodes mobilisées pedagogy: Méthodes mobilisées
prerequisites: Prérequis prerequisites: Prérequis
presentation: Presentation presentation: In brief
pricing: Tarifs pricing: Tarifs
published: Published? published: Published?
registration: Modalités et délais d’accès registration: Modalités et délais d’accès
......
...@@ -55,7 +55,7 @@ fr: ...@@ -55,7 +55,7 @@ fr:
other: Autre other: Autre
pedagogy: Méthodes mobilisées pedagogy: Méthodes mobilisées
prerequisites: Prérequis prerequisites: Prérequis
presentation: Présentation presentation: En bref
pricing: Tarifs pricing: Tarifs
published: Publiée ? published: Publiée ?
registration: Modalités et délais d’accès registration: Modalités et délais d’accès
......
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