Sha256: 93c9bf0b2a344652777781a12ab8b932ac6b4f99e442230d40ef617848abb830

Contents?: true

Size: 264 Bytes

Versions: 3

Compression:

Stored size: 264 Bytes

Contents

<!-- Show the comments or say there are no comments -->
<% if @comments.length > 0 %>
  <div class="comments">
    <%= render partial: 'hubstats/partials/comment', collection: @comments, as: :comment %>
  </div>
<% else %>
  <p> No comments to show </p>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hubstats-0.4.4 app/views/hubstats/tables/_comments.html.erb
hubstats-0.4.2 app/views/hubstats/tables/_comments.html.erb
hubstats-0.4.1 app/views/hubstats/tables/_comments.html.erb