diff --git a/app/views/admin/communication/blocks/templates/timeline/_edit.html.erb b/app/views/admin/communication/blocks/templates/timeline/_edit.html.erb index 6a9f54f1c4fddc6b0d979dfe9dc53ca6af078af4..a646b4816c4b05cc79ca75aa64a352d0c8cb928a 100644 --- a/app/views/admin/communication/blocks/templates/timeline/_edit.html.erb +++ b/app/views/admin/communication/blocks/templates/timeline/_edit.html.erb @@ -1,10 +1,3 @@ -<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' %> diff --git a/app/views/admin/communication/blocks/templates/timeline/_show.html.erb b/app/views/admin/communication/blocks/templates/timeline/_show.html.erb index 0bbdf7c177564249e2b38b7bf99ccb84bce72848..1094e2dde371fdd4e51950abb9fcf90e0e2bd04f 100644 --- a/app/views/admin/communication/blocks/templates/timeline/_show.html.erb +++ b/app/views/admin/communication/blocks/templates/timeline/_show.html.erb @@ -1,4 +1,3 @@ -<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 %>">