Sha256: 921087b5db8da73834b861952b2104c5c20367c74ca315b870258bb0331d4814
Contents?: true
Size: 829 Bytes
Versions: 3
Compression:
Stored size: 829 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> <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