Sha256: 0f751bd324952859c4f212524c644ea9c96e68c5252fa3dfc070eaf7fc0c70de
Contents?: true
Size: 1.67 KB
Versions: 32
Compression:
Stored size: 1.67 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-2 col-md-2 col-sm-2 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.deploy_count %></span> <span class="mega-octicon octicon-rocket"></span> </div> </div> <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
32 entries across 32 versions & 1 rubygems