Sha256: 61cefbf050fc02a807933a00a55fb984238cbbde1552e81565f6d060ac2a777d

Contents?: true

Size: 456 Bytes

Versions: 18

Compression:

Stored size: 456 Bytes

Contents

<div class="row column">
  <%= form.check_box :comments_enabled, label: t(".enabled"), "data-toggle": "customize_comments_times-div" %>
</div>

<div id="customize_comments_times-div" data-toggler=".hide" class="row column <%= @form.comments_enabled ? nil : "hide" %>">
  <div class="mb-4">
    <%= form.datetime_field :comments_start_time, label: t(".start_time") %>
  </div>
    <%= form.datetime_field :comments_end_time, label: t(".end_time") %>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
decidim-comments-0.30.0.rc3 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.30.0.rc2 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.30.0.rc1 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.29.2 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.28.5 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.29.1 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.28.4 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.29.0 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.28.3 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.29.0.rc4 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.29.0.rc3 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.29.0.rc2 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.29.0.rc1 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.28.2 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.28.1 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.28.0 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.28.0.rc5 app/views/decidim/comments/admin/shared/_availability_fields.html.erb
decidim-comments-0.28.0.rc4 app/views/decidim/comments/admin/shared/_availability_fields.html.erb