Sha256: 40e72abf0efe707f3c8f15017a65e272b3a35b23a578ec5789dbf22c8a1748a0
Contents?: true
Size: 1.46 KB
Versions: 15
Compression:
Stored size: 1.46 KB
Contents
<div class="row single-repo"> <!-- Show the repo name and the date that it was last updated, with a link to the github repo --> <div class="repo-info col-lg-4 col-md-4 col-sm-4 col-xs-8"> <h4> <%= link_to repo.name, repo_path(repo)%> </h4> updated <%= distance_of_time_in_words(DateTime.now,repo.updated_at) %> ago <br> <h4> <a class="subtle" href=<%= repo.html_url %> > <span class="octicon octicon-mark-github"></span> <span class="octicon octicon-logo-github"></span> </a> </h4> </div> <!-- Show all of the stats for the individual repo --> <div class="col-lg-2 col-md-2 col-sm-2"> <div class="text-center"> <span class="text-large"><%= repo.pull_request_count %></span> <span class="mega-octicon octicon-git-pull-request"></span> </div> </div> <div class="col-lg-2 col-md-2 col-sm-2"> <div class="text-center"> <span class="text-large"><%= repo.comment_count %></span> <span class="mega-octicon octicon-comment"></span> </div> </div> <div class="col-lg-2 col-md-2 col-sm-2"> <div class="text-center"> <span class="text-large"><%= repo.average_additions %></span> <span class="mega-octicon octicon-plus"></span> </div> </div> <div class="col-lg-2 col-md-2 col-sm-2"> <div class="text-center"> <span class="text-large"><%= repo.average_deletions %></span> <span class="mega-octicon octicon-dash"></span> </div> </div> </div>
Version data entries
15 entries across 15 versions & 1 rubygems