Sha256: df5d972f603ce6b1b4c9d103aac14c5aabda6741efa441ccc4f2ab843d12cae3

Contents?: true

Size: 241 Bytes

Versions: 4

Compression:

Stored size: 241 Bytes

Contents

<table class="table">
  <% @comments.each do |comment| %>
    <tr>
      <td><%= comment.body %> by <b> <%= comment.user.login %> </b> <%= distance_of_time_in_words(DateTime.now,comment.created_at) %> ago </td>
    </tr>
  <% end %>
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hubstats-0.0.8 app/views/hubstats/metrics/_comments_table.html.erb
hubstats-0.0.7 app/views/hubstats/metrics/_comments_table.html.erb
hubstats-0.0.6 app/views/hubstats/metrics/_comments_table.html.erb
hubstats-0.0.5 app/views/hubstats/metrics/_comments_table.html.erb