Sha256: ade76cc0d5f8baf1ab0e6f6df1ebab457eee19d714c98edcd34da945096a73eb

Contents?: true

Size: 648 Bytes

Versions: 4

Compression:

Stored size: 648 Bytes

Contents

<div class="row single-repo">
  <div class="repo-image-small col-lg-1 col-md-1 col-sm-1 col-xs-1" >
    <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

4 entries across 4 versions & 1 rubygems

Version Path
hubstats-0.3.8 app/views/hubstats/partials/_repo.html.erb
hubstats-0.3.7 app/views/hubstats/partials/_repo.html.erb
hubstats-0.3.6 app/views/hubstats/partials/_repo.html.erb
hubstats-0.3.5 app/views/hubstats/partials/_repo.html.erb