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

remove description

parent e8d7ff6b
No related branches found
No related tags found
No related merge requests found
<label for="description"><%= t '.description_placeholder' %></label>
<textarea class="form-control mb-2"
rows="3"
v-model="data.description"
placeholder="<%= t '.description_placeholder' %>"
id="description"></textarea>
<a class="<%= button_classes('mb-4') %>"
v-on:click="data.elements.push({title: '', text: ''})">
<%= t '.add_event' %>
......
<p><%= @block.template.description %></p>
<div class="<%= 'row' unless @preview %>">
<% @block.template.events.each do |event| %>
<div class="<%= 'col-xxl-4 col-xl-6' unless @preview %>">
......
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