Sha256: 3351f86216d8c6334434041024c85cd2d79fca6d1a44ee15e1c3c940bbc65690

Contents?: true

Size: 624 Bytes

Versions: 16

Compression:

Stored size: 624 Bytes

Contents

<% if !comments.empty? || commenting_on.comments_allowed? %>
  <% if commenting_on.comments_allowed? %>
    <div class="well">
      <h4><%= I18n.t 'cms.add_comment' %></h4>

      <%= render partial: 'layouts/cms_templates/comment_form', locals: { commenting_on: commenting_on } %>
    </div>
    <hr>
  <% end %>

  <section class="post-comments" id="comments">
    <h4><i class="fa fa-comment"></i> <%= I18n.t 'cms.comments_header' %> (<%= comments.count %>)</h4>
    <hr>
    <%= render partial: 'layouts/cms_templates/comment_list', object: comments, locals: { commenting_on: commenting_on } %>
  </section>

<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_cms-4.2.3.10 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.3.9 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.3.8 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.3.7 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.3.6 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.3.5 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.3.4 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.3.3 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.3.2 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.3.1 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.3 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.2.3 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.2.2 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.2.1 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.2 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb
dm_cms-4.2.1.5 spec/dummy/themes/_mbus/theme_support/views/layouts/cms_templates/_comment_section.html.erb