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

remove comments

parent 6e6e8335
No related branches found
No related tags found
No related merge requests found
......@@ -34,24 +34,3 @@
</div>
</div>
</draggable>
<!-- >
<label class="form-label"
:for="'definition-' + index + '-title'"><%= t '.title_label' %></label>
<input class="form-control mb-3"
v-model="definition.title"
placeholder="<%= t '.title_placeholder' %>"
type="text"
:id="'definition-' + index + '-title'" />
<label class="form-label"
:for="'definition-' + index + '-text'"><%= t '.text_label' %></label>
<textarea class="form-control mb-3"
rows="3"
v-model="definition.text"
placeholder="<%= t '.text_placeholder' %>"
:id="'definition-' + index + '-text'"></textarea>
<!-->
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