Sha256: acc9c925a892772bf8c862f20b6c8e3b2346d3abff21396cce7a7f59e174fe98
Contents?: true
Size: 710 Bytes
Versions: 2
Compression:
Stored size: 710 Bytes
Contents
<div class="row single-deploy"> <!-- <div class="user-image col-lg-1 col-md-1 col-sm-1" > <img src= <%= deploy.deployed_by%> alt= <%= deploy.deployed_by%> > </div>--> <div class="deploy-info col-lg-9 col-md-9 col-sm-9"> <h4> <%= link_to deploy.repo.name, repo_path(deploy.repo.name) %> </h4> <br> <!--will eventually have to get link working--> by <%= link_to deploy.deployed_by, user_path(deploy.deployed_by) %> <%= "#{time_ago_in_words(deploy.deployed_at)} ago "%> </div> <div class="col-lg-2 col-md-2 col-sm-2" > <div class="deploy-right"> <a class="subtle" <span class="octicon octicon-mark-github"></span> </a> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hubstats-0.3.1 | app/views/hubstats/partials/_deploy.html.erb |
hubstats-0.3.0 | app/views/hubstats/partials/_deploy.html.erb |