Sha256: 8452cbcaaf07a8bffe2e814711397ab820c01a511eb1a606a2bbdc8a2f08ef42

Contents?: true

Size: 881 Bytes

Versions: 44

Compression:

Stored size: 881 Bytes

Contents

<div class="row single-comment">

  <!-- Show the avatar of the user who made the PR -->
  <div class="user-image col-lg-1 col-md-1 col-sm-1">
    <img src= <%= comment.user.avatar_url%> alt= <%= comment.user.login %> >
  </div>

  <!-- Show the comment, who it was by, and when it was made -->
  <div class="comment-info col-lg-10 col-md-10 col-sm-10">
    <%= link_to comment.user.login, user_path(comment.user) %> commented
    <%= "#{time_ago_in_words(comment.created_at)} ago "%> <br>
    <div class="well">
      <%= comment.body %>
    </div>
  </div>

 <!-- Show the github octcat sign with a link to the comment on github -->
 <div class="col-lg-1 col-md-1 col-sm-1 col-xs-1">
    <div class="pull-right">
      <a class="subtle" href=<%= comment.html_url %> > 
        <span class="octicon octicon-mark-github"></span>
      </a>
      </span>
    </div>
  </div>
</div>

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
hubstats-1.2.1 app/views/hubstats/partials/_comment.html.erb
hubstats-1.2.0 app/views/hubstats/partials/_comment.html.erb
hubstats-1.1.0 app/views/hubstats/partials/_comment.html.erb
hubstats-1.0.0 app/views/hubstats/partials/_comment.html.erb
hubstats-1.0.0.beta3 app/views/hubstats/partials/_comment.html.erb
hubstats-1.0.0.beta2 app/views/hubstats/partials/_comment.html.erb
hubstats-1.0.0.beta1 app/views/hubstats/partials/_comment.html.erb
hubstats-1.0.0.beta app/views/hubstats/partials/_comment.html.erb
hubstats-0.12.2 app/views/hubstats/partials/_comment.html.erb
hubstats-0.12.1 app/views/hubstats/partials/_comment.html.erb
hubstats-0.12.0 app/views/hubstats/partials/_comment.html.erb
hubstats-0.11.5 app/views/hubstats/partials/_comment.html.erb
hubstats-0.11.4 app/views/hubstats/partials/_comment.html.erb
hubstats-0.11.1 app/views/hubstats/partials/_comment.html.erb
hubstats-0.11.0 app/views/hubstats/partials/_comment.html.erb
hubstats-0.10.0 app/views/hubstats/partials/_comment.html.erb
hubstats-0.9.5 app/views/hubstats/partials/_comment.html.erb
hubstats-0.9.4 app/views/hubstats/partials/_comment.html.erb
hubstats-0.9.3 app/views/hubstats/partials/_comment.html.erb
hubstats-0.9.2 app/views/hubstats/partials/_comment.html.erb