Sha256: e590cc0e45a75f752f62287199789b86f3d78fbd3a7843f0abe23b53506408aa
Contents?: true
Size: 644 Bytes
Versions: 15
Compression:
Stored size: 644 Bytes
Contents
<div class="row single-repo"> <div class="repo-image-small col-lg-1 col-md-1 col-sm-1 col-xs-2" > <span class="repo-octicon-small mega-octicon octicon-repo"></span> </div> <div class="repo-info col-lg-10 col-md-10 col-sm-10 col-xs-8"> <h4> <%= link_to repo.name, repo_path(repo)%> </h4> updated <%= distance_of_time_in_words(DateTime.now,repo.updated_at) %> ago </div> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-1"> <div class="pull-right"> <a class="subtle" href=<%= repo.html_url %> > <span class="octicon octicon-mark-github"></span> </a> </span> </div> </div> </div>
Version data entries
15 entries across 15 versions & 1 rubygems