Sha256: 8d3ad12b54394ba5a087839ab78d21c922c6f87e6b8f604fc6f9832e96ce5a10
Contents?: true
Size: 590 Bytes
Versions: 2
Compression:
Stored size: 590 Bytes
Contents
<div class="row single-deploy"> <div class="deploy-info col-lg-9 col-md-9 col-sm-9 col-xs-8"> <h4> <%= link_to deploy.repo.name, repo_path({:repo => deploy.repo.name, :id => deploy.id}) %> </h4> 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 col-xs-2" > <div class="deploy-right"> <a class="subtle" href=<%= deploy.html_url %> > <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/_deploys-condensed.html.erb |
hubstats-0.3.0 | app/views/hubstats/partials/_deploys-condensed.html.erb |