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

Fix #399

parent f3ea6ee1
No related branches found
No related tags found
No related merge requests found
<label class="form-label"
aria-label="<%= label %>"
:for="<%= dom_id.html_safe %>">
<%= label%>
</label>
<input :id="<%= dom_id.html_safe %>"
class="form-control mb-3"
v-model="<%= model %>.<%= property %>"
placeholder="<%= placeholder %>"
type="text" />
<div class="mb-3">
<label class="form-label"
aria-label="<%= label %>"
:for="<%= dom_id.html_safe %>">
<%= label%>
</label>
<input :id="<%= dom_id.html_safe %>"
class="form-control"
v-model="<%= model %>.<%= property %>"
placeholder="<%= placeholder %>"
type="text" />
<% if hint %>
<div class="form-text"><%= hint %></div>
<% end %>
</div>
\ No newline at end of file
......@@ -459,6 +459,10 @@ en:
url:
label: Video url
placeholder: Enter video's url
hint: >
Ex:
https://vimeo.com/732180675,
https://www.youtube.com/watch?v=lAYhfCPelO0
video_title:
label: Video title
placeholder: Enter video title
......
......@@ -463,6 +463,10 @@ fr:
url:
label: Url de la vidéo
placeholder: Entrer l'url de la vidéo
hint: >
Ex:
https://vimeo.com/732180675,
https://www.youtube.com/watch?v=lAYhfCPelO0
video_title:
label: Titre de la vidéo
placeholder: Entrer le titre de la vidéo
......
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