Sha256: 5ef85250151f3c755c1956483d521dfc3923eea44f9d4583e95004e330c50636

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

<!-- Show the comments or say there are no comments -->
<% if @comments.length > 0 %>
  <div class="comments">
    <%= render partial: 'hubstats/partials/comment-condensed', 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-condensed.html.erb
hubstats-0.4.2 app/views/hubstats/tables/_comments-condensed.html.erb
hubstats-0.4.1 app/views/hubstats/tables/_comments-condensed.html.erb