Sha256: befb5606a328286bc366c22192b32bc77fcc4ea9c77772ed3e8a8ddf2cd4261e

Contents?: true

Size: 905 Bytes

Versions: 44

Compression:

Stored size: 905 Bytes

Contents

<div class="row single-comment">

  <!-- Show the avatar of the user who made the PR -->
  <div class="user-image-small col-lg-1 col-md-1 col-sm-2 col-xs-2">
    <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-8 col-xs-8">
    <%= 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-condensed.html.erb
hubstats-1.2.0 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-1.1.0 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-1.0.0 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-1.0.0.beta3 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-1.0.0.beta2 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-1.0.0.beta1 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-1.0.0.beta app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.12.2 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.12.1 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.12.0 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.11.5 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.11.4 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.11.1 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.11.0 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.10.0 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.9.5 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.9.4 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.9.3 app/views/hubstats/partials/_comment-condensed.html.erb
hubstats-0.9.2 app/views/hubstats/partials/_comment-condensed.html.erb