Sha256: f5adadd5a9cc9dfcefb17cfb38348dae31936d86d75e1484fbd8082f5eeaf1a1
Contents?: true
Size: 806 Bytes
Versions: 3
Compression:
Stored size: 806 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> <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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hubstats-0.4.4 | app/views/hubstats/partials/_comment.html.erb |
hubstats-0.4.2 | app/views/hubstats/partials/_comment.html.erb |
hubstats-0.4.1 | app/views/hubstats/partials/_comment.html.erb |