Sha256: 79100db2562c12d7629e455b51b9170e0927762c407f20c118056c14aaf3383e

Contents?: true

Size: 273 Bytes

Versions: 44

Compression:

Stored size: 273 Bytes

Contents

<!-- Show the deploys or say there are no deploys -->
<% if @deploys.length > 0 %>
  <div class="deploys">
    <%= render partial: 'hubstats/partials/deploy', collection: @deploys, as: :deploy %>
  </div>
<% else %>
  <p> No deployment information available </p>
<% end %>

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
hubstats-1.2.1 app/views/hubstats/tables/_deploys.html.erb
hubstats-1.2.0 app/views/hubstats/tables/_deploys.html.erb
hubstats-1.1.0 app/views/hubstats/tables/_deploys.html.erb
hubstats-1.0.0 app/views/hubstats/tables/_deploys.html.erb
hubstats-1.0.0.beta3 app/views/hubstats/tables/_deploys.html.erb
hubstats-1.0.0.beta2 app/views/hubstats/tables/_deploys.html.erb
hubstats-1.0.0.beta1 app/views/hubstats/tables/_deploys.html.erb
hubstats-1.0.0.beta app/views/hubstats/tables/_deploys.html.erb
hubstats-0.12.2 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.12.1 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.12.0 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.11.5 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.11.4 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.11.1 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.11.0 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.10.0 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.9.5 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.9.4 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.9.3 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.9.2 app/views/hubstats/tables/_deploys.html.erb